SBM JavaScript Library Guide → Reference → Field Methods → ActivateTab
Activates the given tab.
| Name | Type | Description |
|---|---|---|
| objName | String | The name of the tab. |
| Result | Value |
|---|---|
| (none) |
This example activates the Development tab:
ActivateTab("Development");
This currently works only with tabs (not tab controls).
Copyright © 2007–2020 Micro Focus or one of its affiliates. All rights reserved.