SBM JavaScript Library Guide → Reference → Field Methods → IsSectionShown
Returns whether the given section is shown or hidden.
| Name | Type | Description |
|---|---|---|
| sectionName | String | The name of the section. |
| Result | Value |
|---|---|
| true | The section is shown. |
| false | The section is hidden. |
This example returns true if the Notes section is shown, or false if it is hidden:
IsSectionShown("Notes");
(none)
Copyright © 2007–2020 Micro Focus or one of its affiliates. All rights reserved.