UI標籤庫專題五:JEECG智能開發平臺 Tabs(選項卡父標籤)

1.       Tabs(選項卡父標籤)

1.1.      Tabs容器參數

屬性名工具

類型動畫

描述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

1.2.      Tab(選項卡子標籤)

1.2.1.       Tab子標籤參數

屬性名

類型

描述

是否必須

默認值

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

1.3.      用法

<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>

相關文章
相關標籤/搜索