JavaXT
|
|||||||||||||||
TabPanel ClassStandard tab control used to show/hide individual panels.
ConstructorsUsed to instantiate this class
Config Optionsclosable If true, will insert a "close" icon into the tab that will allow users to close/remove the tab from the tab panel.
style Style for individual elements within the component. Note that you can provide CSS class names instead of individual style definitions.
EventsPublic MethodsaddTab( label, el ) Used to add a new tab to the panel.
getTabs( ) Returns an of tabs in the tab panel. Each entry in the array will include the following:
removeTab( id ) Used to remove a tab from the tab panel.
hideTab( id ) Used to hide a tab in the tab panel. Unlike the removeTab() method, the tab will remain in the tab panel, but in a hidden state.
showTab( id ) Used to make a hidden tab visible. See hideTab()
|