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