Instance Properties
Name | Description | Access |
---|---|---|
length | number The number of objects in the collection. | read-only |
Methods
add( | [withProperties]) |
→ GotoURLBehavior |
anyItem( | ) |
→ GotoURLBehavior |
count( | ) |
→ number |
everyItem( | ) |
→ GotoURLBehavior |
firstItem( | ) |
→ GotoURLBehavior |
item( | index) |
→ GotoURLBehavior |
itemByID( | id) |
→ GotoURLBehavior |
itemByName( | name) |
→ GotoURLBehavior |
itemByRange( | from, to) |
→ GotoURLBehavior |
lastItem( | ) |
→ GotoURLBehavior |
nextItem( | obj) |
→ GotoURLBehavior |
previousItem( | obj) |
→ GotoURLBehavior |
toSource( | ) |
→ string |
-
add( [withProperties])→ GotoURLBehavior -
Creates a new GotoURLBehavior.
withProperties
Object Initial values for properties of the new GotoURLBehavior (Optional) -
anyItem( )→ GotoURLBehavior -
Returns any GotoURLBehavior in the collection.
-
count( )→ number -
Displays the number of elements in the GotoURLBehavior.
-
everyItem( )→ GotoURLBehavior -
Returns every GotoURLBehavior in the collection.
-
firstItem( )→ GotoURLBehavior -
Returns the first GotoURLBehavior in the collection.
-
item( index)→ GotoURLBehavior -
Returns the GotoURLBehavior with the specified index or name.
index
The index or name. Can accept: Long Integer or String. -
itemByID( id)→ GotoURLBehavior -
Returns the GotoURLBehavior with the specified ID.
id
number The ID. -
itemByName( name)→ GotoURLBehavior -
Returns the GotoURLBehavior with the specified name.
name
string The name. -
itemByRange( from, to)→ GotoURLBehavior -
Returns the GotoURLBehaviors within the specified range.
from
The GotoURLBehavior, index, or name at the beginning of the range. Can accept: GotoURLBehavior, Long Integer or String. to
The GotoURLBehavior, index, or name at the end of the range. Can accept: GotoURLBehavior, Long Integer or String. -
lastItem( )→ GotoURLBehavior -
Returns the last GotoURLBehavior in the collection.
-
middleItem( )→ GotoURLBehavior -
Returns the middle GotoURLBehavior in the collection.
-
nextItem( obj)→ GotoURLBehavior -
Returns the GotoURLBehavior whose index follows the specified GotoURLBehavior in the collection.
obj
GotoURLBehavior The GotoURLBehavior whose index comes before the desired GotoURLBehavior. -
previousItem( obj)→ GotoURLBehavior -
Returns the GotoURLBehavior with the index previous to the specified index.
obj
GotoURLBehavior The index of the GotoURLBehavior that follows the desired GotoURLBehavior. -
toSource( )→ string -
Generates a string which, if executed, will return the GotoURLBehavior.