SBM JavaScript Library Guide → Reference → Field Methods → IsSectionExpanded
Returns whether the expnder section is expanded or collapsed.
Name | Type | Description |
---|---|---|
sectionName | String | The name of the expander section. |
Result | Value |
---|---|
true | The section is expanded. |
false | The section is collapsed or not found. |
This example returns true if the Notes section is expanded or false if it is collapsed:
IsSectionExpanded("Notes");
This currently works only with expander sections.
Copyright © 2007–2015 Serena Software, Inc. All rights reserved.