使用须知
如何开始
安装
全局元素
样式重置
文字
颜色
徽章
提示框
表格
图标
栅格
原生组件
Panel
Accordion
Tabs
Layout
DataGrid
DataList
PropertyGrid
Tree
TreeGrid
LinkButton
Menu
MenuButton
SplitButton
SwitchButton
TabButton
Pagination
ProgressBar
SearchBox
Form
CheckBox
RadioBox
TextBox
PasswordBox
FileBox
TagBox
Combo
ComboBox
ComboGrid
ComboTree
ComboTreeGrid
ComboFilter
NumberBox
NumberSpinner
Calendar
DateBox
DateRangeBox
DateTimeBox
DateTimeRangeBox
TimeSpinner
DateTimeSpinner
Slider
ValidateBox
ImagesBox
Window
Dialog
Messager
Draggable
Droppable
Resizable
Tooltip
MaskedBox
扩展组件
头像
上传
时间轴
聊天
用户面板
消息面板
统计数据面板
Echart面板
圆形统计图
评论
相册
评分
文件
滚动条
二维码
条形码
天气
AT
编辑器
课程表
日程表
项目管理
客户管理
浏览器
FAQ
兼容插件
IconFont
Font Awesome
Ueditor
Ckeditor
Echarts
Plupload
Cropper
BaiduMap
AMap
Colpick
Nprogress
Gantt
GanttEditor
Raty
WebUploader
匿名
匿名 您还未登录

Tabs

Document
Native
Basic
Auto Height
Hover Tabs
Nested Tabs
Strip Tools
Tabs Tools
Tabs Style
Tab Position
Fixed Tab Width
Tabs with Images
Tabs with DropDown
Fluid Tabs
1.x Plus
默认样式
简约样式
下划线样式
卡片样式
气泡样式
2.x Plus
默认样式
简约样式
下划线样式
上划线样式
卡片样式
气泡样式
横栏样式
自定义配置
Extend

Fixed Tab Width

The tab strips have fixed width and height.

示例:

代码:

					
<div class="easyui-tabs" data-options="tabWidth:112" style="width:700px;height:250px">
	<div title="Home" style="padding:10px">
		<p>Home Content.</p>
	</div>
	<div title="Maps" style="padding:10px">
		<p>Maps Content.</p>
	</div>
	<div title="Journal" style="padding:10px">
		<p>Journal Content.</p>
	</div>
	<div title="History" style="padding:10px">
		<p>History Content.</p>
	</div>
	<div title="References" style="padding:10px">
		<p>References Content.</p>
	</div>
	<div title="Contact" data-options="tabWidth:110" style="padding:10px">
		<p>Contact Content.</p>
	</div>
</div>