布局字段
^1.5.4通过 getComponent(布局字段标识)
获取到布局字段实例,可以调用其方法对布局组件进行动态操作。
TIP
在容器中的布局需要使用 getComponent(容器标识.布局字段标识)
获取实例。
Layout Field
hideCol
(index: number) => void
Hide Grid Columns
displayCol
(index: number) => void
Show Grid Columns
Tabbed Page
activateTab
(label: string) => void
Activate tabbed page
jsthis.getComponent('tabs').activateTab('Tab 1')
Collapse Panel
activateCollapse
(title: string | []) => void
Activate the panel. If it is in accordion mode, the parameter type needs to be a string; otherwise, it should be an array.