ArticleChildren
A collection of group items that are also part of an article.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the ArticleChild.
ArticleChild item( Mixed index )
Returns the ArticleChild with the specified index or name.
Parameters
ArticleChild itemByID( Number id )
Returns the ArticleChild with the specified ID.
Parameters
ArticleChild itemByRange( Mixed from, Mixed to )
Returns the ArticleChildren within the specified range.
Parameters
ArticleChild firstItem()
Returns the first ArticleChild in the collection.
ArticleChild lastItem()
Returns the last ArticleChild in the collection.
ArticleChild middleItem()
Returns the middle ArticleChild in the collection.
ArticleChild previousItem( ArticleChild obj )
Returns the ArticleChild with the index previous to the specified index.
Parameters
ArticleChild nextItem( ArticleChild obj )
Returns the ArticleChild whose index follows the specified ArticleChild in the collection.
Parameters
ArticleChild anyItem()
Returns any ArticleChild in the collection.
ArticleChild everyItem()
Returns every ArticleChild in the collection.
String toSource()
Generates a string which, if executed, will return the ArticleChild.
ArticleChild []( Number index )
Returns the ArticleChild with the specified index.