SBM JavaScript Library Guide → Reference → Field Methods → CollapseSection
Collapses the specified expander section, if it is not already collapsed.
| Name | Type | Description | 
|---|---|---|
| sectionName | String | The name of the expander section. | 
| Result | Value | 
|---|---|
| (none) | 
This example collapses the Notes section:
CollapseSection("Notes");
 
    This currently works only with expander sections.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.