Sections
A collection of sections.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Section.
Section add( Page reference, Object withProperties )
Creates a new section.
Parameters
Section item( Mixed index )
Returns the Section with the specified index or name.
Parameters
Section itemByName( String name )
Returns the Section with the specified name.
Parameters
Section itemByID( Number id )
Returns the Section with the specified ID.
Parameters
Section itemByRange( Mixed from, Mixed to )
Returns the Sections within the specified range.
Parameters
Section firstItem()
Returns the first Section in the collection.
Section lastItem()
Returns the last Section in the collection.
Section middleItem()
Returns the middle Section in the collection.
Section previousItem( Section obj )
Returns the Section with the index previous to the specified index.
Parameters
Section nextItem( Section obj )
Returns the Section whose index follows the specified Section in the collection.
Parameters
Section anyItem()
Returns any Section in the collection.
Section everyItem()
Returns every Section in the collection.
String toSource()
Generates a string which, if executed, will return the Section.
Section []( Number index )
Returns the Section with the specified index.