Navigation: Advanced topics > Programming topics > Tabs/Sections Javascript API > Sections methods
Expands a section.
Syntax
expand()
Arguments
No arguments.
Return value
No return value.
Example
Expand the first section.
var sec = pageObj.getSection(0); sec.expand();
See also:
•Sections API: getSection
•Sections API: collapse
•About Tabs/Sections API