-
-
Creates a new SubmitFormBehavior.
withProperties
|
Object
Initial values for properties of the new SubmitFormBehavior (Optional)
|
-
-
Returns any SubmitFormBehavior in the collection.
-
-
Displays the number of elements in the SubmitFormBehavior.
-
-
Returns every SubmitFormBehavior in the collection.
-
-
Returns the first SubmitFormBehavior in the collection.
-
-
Returns the SubmitFormBehavior with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the SubmitFormBehavior with the specified ID.
-
-
Returns the SubmitFormBehavior with the specified name.
-
-
Returns the SubmitFormBehaviors within the specified range.
from
|
The SubmitFormBehavior, index, or name at the beginning of the range. Can accept: SubmitFormBehavior, Long Integer or String.
|
to
|
The SubmitFormBehavior, index, or name at the end of the range. Can accept: SubmitFormBehavior, Long Integer or String.
|
-
-
Returns the last SubmitFormBehavior in the collection.
-
-
Returns the middle SubmitFormBehavior in the collection.
-
-
Returns the SubmitFormBehavior whose index follows the specified SubmitFormBehavior in the collection.
obj
|
SubmitFormBehavior
The SubmitFormBehavior whose index comes before the desired SubmitFormBehavior.
|
-
-
Returns the SubmitFormBehavior with the index previous to the specified index.
obj
|
SubmitFormBehavior
The index of the SubmitFormBehavior that follows the desired SubmitFormBehavior.
|
-
-
Generates a string which, if executed, will return the SubmitFormBehavior.