...
Code Block | ||
---|---|---|
| ||
// Activate the next tab var n = getObj("TabPanel1").getTab(); if (n < 5) getObj("TabPanel1").setTab(n + 1); |
Note: This method is available with
Available in Profound UI versions Version 5., Fix Pack 10.0 and higherlater.
...
Code Block | ||
---|---|---|
| ||
// Activate the next tab var n = getObj("TabPanel1").getTab(); if (n < 5) getObj("TabPanel1").setTab(n + 1); |
Note: This method is available with
Available in Profound UI versions Version 5., Fix Pack 10.0 and higherlater.