Versions Compared

Key

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

...

Code Block
languagejavascript
// Activate the next tab
var n = getObj("TabPanel1").getTab();
if (n < 5) getObj("TabPanel1").setTab(n + 1);


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