XULAdvancedTabBox
- addTabbedPanel ( $name, $panel, [ $background = false])
- $name = name of the tab
- $panel = The Component to added
- $background = will be add in background
- closeActiveTab ([ $e = NULL])
- Close the active panel
- closeAll ([ $e = NULL], [ $leaveActive = FALSE], [ $posActive = -1])
- Close all panel if $leaveActive is true doesn’t close the active panel
- closeAllNoActive ([ $e = NULL])
- Close All non active panels ( it’s a shortcut to $this->closeAll(NULL, TRUE))
- isEmpty ()
- removeTabbedPanel ( $panel)
- removeTabbedTab ( $tab)
- addHideComponentIfEmpty($component)
- add a component to hide when empty if setIfEmptyFlexZero(TRUE)
- setIfEmptyFlexZero ( $bool)
- if set TRUE, when the component isEmpty(TRUE) , autohide itself and all componets add with method addHideComponentIfEmpty($component)
File Download : testAdvTabBox.startup.php