A collection of goto previous page behavior objects.
Methods
GotoPreviousPageBehavioradd ([withProperties:
Object])
Creates a new GotoPreviousPageBehavior.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new GotoPreviousPageBehavior (Optional) |
GotoPreviousPageBehavioranyItem ()
Returns any GotoPreviousPageBehavior in the collection.
number count ()
Displays the number of elements in the GotoPreviousPageBehavior.
Array of GotoPreviousPageBehavioreveryItem ()
Returns every GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehaviorfirstItem ()
Returns the first GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavioritem (index:
any)
Returns the GotoPreviousPageBehavior with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
GotoPreviousPageBehavioritemByID (id:
number)
Returns the GotoPreviousPageBehavior with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
GotoPreviousPageBehavioritemByName (name:
string)
Returns the GotoPreviousPageBehavior with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of GotoPreviousPageBehavioritemByRange (from:
any, to:
any)
Returns the GotoPreviousPageBehaviors within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | GotoPreviousPageBehavior Long Integer String |
The GotoPreviousPageBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String. |
| to | GotoPreviousPageBehavior Long Integer String |
The GotoPreviousPageBehavior, index, or name at the end of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String. |
GotoPreviousPageBehaviorlastItem ()
Returns the last GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehaviormiddleItem ()
Returns the middle GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehaviornextItem (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. |
GotoPreviousPageBehaviorpreviousItem (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.
Element of:
Button.gotoPreviousPageBehaviors
FormField.gotoPreviousPageBehaviors