SBM JavaScript Library Guide → Reference → Field Methods → IsTabActivated
Returns whether the given tab is activated or deactivated.
Name | Type | Description |
---|---|---|
objName | String | The name of the tab. |
Result | Value |
---|---|
true | The tab is activated. |
false | The tab is deactivated or not found. |
This example returns true if the Development tab is activated, or false if it is deactivated:
IsTabActivated("Development");
This currently works only with tabs (not tab controls).
Copyright © 2007–2016 Serena Software, Inc. All rights reserved.