Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This method show a tab that was previously hidden with the hideTab() method.

Parameter:

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

Example:

getObj("TabPanel1").showTab(0);  // make it visible again
getObj("TabPanel1").setTab(0);  // activate it

Note: This method is available with Profound UI versions 5.10.0 and higher.

  • No labels