Tab
Every tab contains a separate layout that may hold other components or containers. |
Public Variables (Properties)
[?]
Common variables and variable groups: Name, Advanced Properties, Styles, Preloader, Events, Bindings.
Inherited Variables (Properties)
Each tab is a container, so it inherits shared container properties.
Title
Title of the current tab.
Variable Name: | title |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
title | String | Title |
Icon
Image shown next to the tab's title.
Variable Name: | tabImage |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
imageType | Integer | Choose whether to use data from the imageData field or the imageURL field.
|
imageData | Data Block | Image data. |
imageUrl | String | Image URL. |
Tab Disabled
If disabled, the tab will become grayed-out.
Variable Name: | tabDisabled |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
tabDisabled | Boolean | Tab Disabled |
If enabled, the tab will be hidden in tab list.
Variable Name: | tabHidden |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
tabHidden | Boolean | Tab Hidden |
Badge
Text to display in the tab's badge.
Variable Name: | tabBadgeVariable |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
tabBadgeVariable | String | Badge |
Index
Defines tab's position in the tab list.
Variable Name: | index |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
index | Integer | Index |
Public Events
[?]
Common Events: Mouse Clicked
Was this page helpful?