XULAdvancedTabBox

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

This entry was posted in SiteFusion. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>