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