This method makes a tab invisible, so that the user can no longer click on it.
Parameter:
- tab – the tab number to activate. The first tab is tab 0, the second tab is tab 1, etc.
Example:
getObj("TabPanel1").hide(0); // this hides the first tab
This method makes a tab invisible, so that the user can no longer click on it.
Parameter:
Example:
getObj("TabPanel1").hide(0); // this hides the first tab