Please enable JavaScript to view this site.

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

Sections API: bodyElement

Scroll Prev Next More

 

Returns the jQuery object of the section content.

Syntax

bodyElement()

Arguments

No arguments.

Return value

Returns the jQuery object of the section content.

Example

Change the first section content to read "This is the section content".

 

var section = pageObj.getSection(0);
section.bodyElement().html( '<h1>This is the section content</h1>' );

See also:

Sections API: getSection

Grid Row JavaScript API: row.fieldCell()

Tabs API: bodyElement

About Tabs/Sections API

 

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