TabbedItem
Type:
An item representing a tabbed container for other form items.
See Also
cssClass
Type:
Default Value: undefined
In Form, you can customize the appearance of form items using CSS styles. To apply a style to an item, implement a CSS class, which may contain various properties, and assign the name of this class to the cssClass option of the item.
itemType
Type:
Default Value: 'simple'
Accepted Values: 'empty' | 'group' | 'simple' | 'tabbed' | 'button'
name
Type:
Default Value: undefined
Use the name to access the form item in methods like itemOption(id).
tabPanelOptions
Holds a configuration object for the TabPanel widget used to display the current form item.
Type:
Default Value: undefined
NOTE
In Angular and Vue, the nested component that configures the tabPanelOptions option does not support event bindings and two-way property bindings.
See Also
Feedback