Selects a tab to display. This function can be used in the Before process events on the List or Print pages.
Syntax
setCurrentTabId($tabId);
Arguments
$tabId
the id of the tab.
Return value
No return value.
Example
Select the "main" tab to be displayed:
$pageObject->setCurrentTabId("main");
See also:
•JavaScript API: RunnerPage object > getCurrentTabId()
•JavaScript API: RunnerPage object