Layout Field
^3.5.4The layout field instance is obtained by getComponent
, whose methods can be invoked to dynamically manipulate the layout component.
TIP
To obtain an instance in the layout within the container, use getComponent(container Identifier,layoutField Identifier)
Grid Layout
hideCol
(index: number) => void
Hide grid columns
displayCol
(index: number) => void
Display grid columns
Tabbed Page
activateTab
(label: string) => void
Activate tabbed page
jsthis.getComponent('tabs').activateTab('Tab 1')
Collapsible Panel
activateCollapse
(title: string | []) => void
Activate the panel. If accordion mode is used, the parameter value type must be string; otherwise, it must be array