This method activates a specific tab within a tab panel.
Parameter:
- tab – the tab number to activate. The first tab is tab 0, the second tab is tab 1, etc.
Example:
getObj("TabPanel1").setTab(1); // this activates the second tab
Note: This method is available with Profound UI versions 5.10.0 and higher.