选项卡组件

<< Click to Display Table of Contents >>

当前位置:  制作可视化报告 > 脚本 > 永洪脚本函数 > 组件级别的函数 

选项卡组件

复制链接

函数

语法

说明

举例

carInterval

carInterval:int

表示轮播的时间间隔。

选项卡1.carInterval = 2;

carousel

carousel:boolean

是否开启轮播。

选项卡1.carousel = true;

dir:

dir:int

选项卡的位置类型。

选项卡1.dir = 2;

fitContent

fitContent:boolean

自适应大小。

选项卡1.fitContent = true;

padding

padding:Insets

填充距离。

选项卡1.padding = ['8', '8', '8', '8'];

selIndex

selIndex:int

表示组件选择的第几项。

选项卡1.selIndex = 1;

showIcon

showIcon:boolean

显示图标。

选项卡1.showIcon = true;