Versions Compared

Key

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


This method makes a tab invisible, so that the user can no longer click on it.

Parameter:

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

Example:

Code Block
languagejavascript
getObj("TabPanel1").hideTab(0);  // this hides the first tab


Available in Profound UI Version 5, Fix Pack 10.0 and later.