A collection of goto first page behavior objects.
Methods
GotoFirstPageBehavioradd ([withProperties:
Object])
Creates a new GotoFirstPageBehavior.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new GotoFirstPageBehavior (Optional) |
GotoFirstPageBehavioranyItem ()
Returns any GotoFirstPageBehavior in the collection.
number count ()
Displays the number of elements in the GotoFirstPageBehavior.
Array of GotoFirstPageBehavioreveryItem ()
Returns every GotoFirstPageBehavior in the collection.
GotoFirstPageBehaviorfirstItem ()
Returns the first GotoFirstPageBehavior in the collection.
GotoFirstPageBehavioritem (index:
any)
Returns the GotoFirstPageBehavior with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
GotoFirstPageBehavioritemByID (id:
number)
Returns the GotoFirstPageBehavior with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
GotoFirstPageBehavioritemByName (name:
string)
Returns the GotoFirstPageBehavior with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of GotoFirstPageBehavioritemByRange (from:
any, to:
any)
Returns the GotoFirstPageBehaviors within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | GotoFirstPageBehavior Long Integer String |
The GotoFirstPageBehavior, index, or name at the beginning of the range. Can accept: GotoFirstPageBehavior, Long Integer or String. |
| to | GotoFirstPageBehavior Long Integer String |
The GotoFirstPageBehavior, index, or name at the end of the range. Can accept: GotoFirstPageBehavior, Long Integer or String. |
GotoFirstPageBehaviorlastItem ()
Returns the last GotoFirstPageBehavior in the collection.
GotoFirstPageBehaviormiddleItem ()
Returns the middle GotoFirstPageBehavior in the collection.
GotoFirstPageBehaviornextItem (obj:
GotoFirstPageBehavior)
Returns the GotoFirstPageBehavior whose index follows the specified GotoFirstPageBehavior in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | GotoFirstPageBehavior | The GotoFirstPageBehavior whose index comes before the desired GotoFirstPageBehavior. |
GotoFirstPageBehaviorpreviousItem (obj:
GotoFirstPageBehavior)
Returns the GotoFirstPageBehavior with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | GotoFirstPageBehavior | The index of the GotoFirstPageBehavior that follows the desired GotoFirstPageBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoFirstPageBehavior.
Element of:
Button.gotoFirstPageBehaviors
FormField.gotoFirstPageBehaviors