属性名工具 |
类型动画 |
描述spa |
是否必须ci |
默认值rem |
idiframe |
stringstring |
控件惟一标示it |
是io |
nulltable |
width |
string |
选项卡宽度 |
否 |
auto |
heigth |
string |
选项卡高度 |
否 |
auto |
plain |
boolean |
简单模式 |
否 |
false |
fit |
boolean |
是否适应父容器 |
否 |
false |
border |
boolean |
是否显示边框 |
否 |
true |
scrollIncrement |
string |
滚动像素数 |
否 |
true |
scrollDuration |
boolean |
每一个卷轴动画的毫秒数 |
否 |
100 |
tools |
string |
选项卡工具条 |
否 |
400 |
tabs |
boolean |
是否建立父容器 |
否 |
true |
iframe |
string |
是不是iframe方式建立 |
否 |
null |
tabPosition |
string |
选项卡位置: 'top','bottom','left','right' |
否 |
top |
属性名 |
类型 |
描述 |
是否必须 |
默认值 |
id |
string |
控件惟一标示 |
是 |
null |
href |
string |
Href方式请求地址 |
否 |
null |
iframe |
string |
Iframe方式请求地址 |
否 |
null |
title |
string |
选项卡标题 |
是 |
false |
icon |
string |
选项卡图标 |
否 |
false |
width |
string |
选项卡宽度 |
否 |
100% |
heigth |
string |
选项卡高度 |
否 |
99.5% |
cache |
boolean |
选中时是否从新发送请求 |
否 |
true |
closable |
boolean |
是否带关闭按钮 |
否 |
false |
<t:tabs id="tt" iframe="false" tabPosition="bottom"> <t:tab iframe="demoController.do?aut" icon="icon-search" title="自动上传" id="o"></t:tab> <t:tab iframe="demoController.do?" icon="icon-search" title="普通上传" id="t"></t:tab> </t:tabs> |