屬性名工具 |
類型動畫 |
描述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> |