GotoPreviousPageBehaviors

A collection of goto previous page behavior objects.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

GotoPreviousPageBehavior [] (index:Number)

Returns the GotoPreviousPageBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

GotoPreviousPageBehavior add (withProperties:Object)

Creates a new GotoPreviousPageBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new GotoPreviousPageBehavior (Optional)

GotoPreviousPageBehavior anyItem ()

Returns any GotoPreviousPageBehavior in the collection.

Number count ()

Displays the number of elements in the GotoPreviousPageBehavior.

GotoPreviousPageBehavior everyItem ()

Returns every GotoPreviousPageBehavior in the collection.

GotoPreviousPageBehavior firstItem ()

Returns the first GotoPreviousPageBehavior in the collection.

GotoPreviousPageBehavior item (index:Varies LongInteger String)

Returns the GotoPreviousPageBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

GotoPreviousPageBehavior itemByID (id:Number)

Returns the GotoPreviousPageBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

GotoPreviousPageBehavior itemByName (name:String)

Returns the GotoPreviousPageBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

GotoPreviousPageBehavior itemByRange (from:Varies GotoPreviousPageBehavior LongInteger String, to:Varies GotoPreviousPageBehavior LongInteger String)

Returns the GotoPreviousPageBehaviors within the specified range.

Parameter

Type

Description

from

GotoPreviousPageBehavior

LongInteger

String

The GotoPreviousPageBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String.

to

GotoPreviousPageBehavior

LongInteger

String

The GotoPreviousPageBehavior, index, or name at the end of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String.

GotoPreviousPageBehavior lastItem ()

Returns the last GotoPreviousPageBehavior in the collection.

GotoPreviousPageBehavior middleItem ()

Returns the middle GotoPreviousPageBehavior in the collection.

GotoPreviousPageBehavior nextItem (obj:GotoPreviousPageBehavior)

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

Parameter

Type

Description

obj

GotoPreviousPageBehavior

The GotoPreviousPageBehavior whose index comes before the desired GotoPreviousPageBehavior.

GotoPreviousPageBehavior previousItem (obj:GotoPreviousPageBehavior)

Returns the GotoPreviousPageBehavior with the index previous to the specified index.

Parameter

Type

Description

obj

GotoPreviousPageBehavior

The index of the GotoPreviousPageBehavior that follows the desired GotoPreviousPageBehavior.

String toSource ()

Generates a string which, if executed, will return the GotoPreviousPageBehavior.

Object of

Button.gotoPreviousPageBehaviors

CheckBox.gotoPreviousPageBehaviors

ComboBox.gotoPreviousPageBehaviors

ListBox.gotoPreviousPageBehaviors

RadioButton.gotoPreviousPageBehaviors

TextBox.gotoPreviousPageBehaviors

SignatureField.gotoPreviousPageBehaviors