Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Tabs/Sections Javascript API > Sections methods

Sections API: expand

Scroll Prev Next More

 

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

 

Created with Help+Manual 7 and styled with Premium Pack Version 3 © by EC Software