Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • tab – the tab number to activate. The first tab is tab 0, the second tab is tab 1, etc.


See also the global method, setTab( tabPanelid, tab ), which can be called before the widget renders.


Example:

Code Block
languagejavascript
getObj("TabPanel1").setTab(1);  // this activates the second tab

...