Edit in GitHubLog an issue

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

TypeNameDescription
Object
withProperties
Initial values for properties of the new GotoURLBehavior (Optional)

GotoURLBehavior item( Mixed index )

Returns the GotoURLBehavior with the specified index or name.

Parameters

TypeNameDescription
Mixed
index
The index or name. Can accept: Long Integer or String.

GotoURLBehavior itemByName( String name )

Returns the GotoURLBehavior with the specified name.

Parameters

TypeNameDescription
String
name
The name.

GotoURLBehavior itemByID( Number id )

Returns the GotoURLBehavior with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

GotoURLBehavior itemByRange( Mixed from, Mixed to )

Returns the GotoURLBehaviors within the specified range.

Parameters

TypeNameDescription
Mixed
from
The GotoURLBehavior, index, or name at the beginning of the range. Can accept: GotoURLBehavior, Long Integer or String.
Mixed
to
The GotoURLBehavior, index, or name at the end of the range. Can accept: GotoURLBehavior, Long Integer or String.

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

TypeNameDescription
GotoURLBehavior
obj
The index of the GotoURLBehavior that follows the desired GotoURLBehavior.

GotoURLBehavior nextItem( GotoURLBehavior obj )

Returns the GotoURLBehavior whose index follows the specified GotoURLBehavior in the collection.

Parameters

TypeNameDescription
GotoURLBehavior
obj
The GotoURLBehavior whose index comes before the desired GotoURLBehavior.

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.

Parameters

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.