创建一个tab标签
使用说明
使用到的头文件:easyui.css、icon.css、jquery-1.4.2.min.js、jquery.easyui.min.js
html
|
Tabs Container事件说明
名称 | 参数 | 描述 |
---|---|---|
onLoad | arguments | ajax面板加载完毕后触发,参数调用跟jQuery.ajax调功能一样 |
onSelect | title | 选中标签面板触发 |
onClose | title | 关闭标签面板触发 |
Tabs Container方法说明
名称 | 参数 | 描述 |
---|---|---|
resize | none | 调整容器的布局 |
add | options | 添加一个新的标签面板,选择一个配置对象参数,看标签面板的特性说明 |
close | title | 关闭一个标签面板,标题参数显示的面板被关闭。 |
select | title | 选中一个标签面板 |
exists | title | 指明特殊面板显示存在。 |
Tab Panel Feature Description
|
Type |
Description |
Default value | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | string | Tab panel id | null | ||||||||||||||||||||||||||||||||||||||||||||
title | string | title of label panel | |||||||||||||||||||||||||||||||||||||||||||||
content | string | The content of the label panel. | |||||||||||||||||||||||||||||||||||||||||||||
href | string | The address where the panel loads incoming data remotely. | null | ||||||||||||||||||||||||||||||||||||||||||||
cache | boolean | Set true to cache the label panel | true | ||||||||||||||||||||||||||||||||||||||||||||
icon | string | Icon css on label panel title. | null | ||||||||||||||||||||||||||||||||||||||||||||
closable | boolean | Set true to display a close button on the title | false | ||||||||||||||||||||||||||||||||||||||||||||
selected | boolean | Set true, the label panel is selected [the default one is displayed in front] | false | ||||||||||||||||||||||||||||||||||||||||||||
width | number | Tab panel width | auto | ||||||||||||||||||||||||||||||||||||||||||||
height | number | Tab panel height | auto |