tab-content
Declares the content within a tabbed layout component.
Attributes
- id: provides an identifier on the element
- label: label displayed within the associated tab
- formsOnShow: used to provide JavaScript that will be executed when tab is selected
Child Elements
Example
<tab-content id="pref_tab" label="Preferences">
<subscription-timeframe group-label="Timeframe" />
<subscription-overrides group-label="Overrides" />
</tab-content>
Related topics
Custom XML Tags
Custom Subscription and Messaging Panels