SBM JavaScript Library Guide → Reference → Field Methods → ShowSection
Marks the specified section or tab as visible, if it is not already marked as such.
Name | Type | Description |
---|---|---|
sectionName | String | The name of the section or tab. |
Result | Value |
---|---|
(none) |
This example marks the Notes section as visible:
ShowSection("Notes");
This currently works only with sections and tabs.
Copyright © 2007–2016 Serena Software, Inc. All rights reserved.