...
<tabbox id="tabbox">
<tabs id="tabs">
<tab id="firstTab" label="First Tab" />
<tab id="secondTab" label="Second Tab" />
</tabs>
<tabpanels id="tabpanels">
<tabpanel id="firstTabPanel">
<!- - Content goes here - ->
</tabpanel>
<tabpanel id="firstTabPanel">
<!-- Content goes here - ->
</tabpanel>
</tabbox>
...
This is used to display static text within the UI.
Custom Attributes
Name | Description |
---|---|
value | The text to display. |
disabled | If true, display the label in a disabled state. |