Name | Description | |
---|---|---|
init | Initializes the control. Called during construction. |
Name | Description | |
---|---|---|
activeTabIndex | Gets or sets the index of the active tab in the control. | |
contentItemsBackground | Gets or sets the background of the content area. | |
contentItemsBorder | Gets or sets the border of the content items in the control. | |
contentItemsPadding | Gets or sets the padding of the content items in the control. | |
navigationAlignment | Gets or sets the alignment of the navigation area in the control. | |
navigationBackground | Gets or sets the background of the navigation area in the control. | |
navigationBorder | Gets or sets the border of the navigation area in the control. | |
navigationDocking | Gets or sets the docking position of the navigation in the control. | |
navigationFlex | Gets or sets the flex of the navigation in the control. | |
navigationHeight | Gets or sets the height of the navigation in the control. | |
navigationItemsActiveBackground | Gets or sets the active background of the navigation tabs in the control. | |
navigationItemsActiveBorder | Gets or sets the active border of the navigation tabs in the control. | |
navigationItemsHoverBackground | Gets or sets the hover background of the navigation tabs in the control. | |
navigationItemsHoverBorder | Gets or sets the hover border of the navigation tabs in the control. | |
navigationItemsMaxWidth | Gets or sets the min-width of the navigation items in the control. | |
navigationItemsMinWidth | Gets or sets the min-width of the navigation items in the control. | |
navigationItemsPadding | Gets or sets the padding of the navigation items in the control. | |
navigationItemsRestBackground | Gets or sets the rest background of the navigation tabs in the control. | |
navigationItemsRestBorder | Gets or sets the rest border of the navigation tabs in the control. | |
navigationItemsSpacing | Gets or sets the spacing of the navigation items in the control. | |
navigationItemsTextAlign | Gets or sets the text align of the navigation items in the control. | |
navigationItemsWidth | Gets or sets the width of the navigation items in the control. | |
navigationItemsWordWrap | Gets or sets the word wrap of the navigation items in the control. | |
navigationPadding | Gets or sets the padding of the navigation in the control. | |
tabs | Gets the tabs array in the control. |
Name | Description | |
---|---|---|
addTab | Builds tab and adds to control. | |
dispose | Disposes the component. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
getActiveTab | Returns active tab. | |
getTabById | Gets tab by given ID. | |
onTabsChanged | Called when the tabs have changed. | |
repositionControl | Repositions control elements. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |