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