SubmitFormBehaviors
A collection of submit form behavior objects.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
SubmitFormBehavior [] (index:Number)
Returns the SubmitFormBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
SubmitFormBehavior add (withProperties:Object)
Creates a new SubmitFormBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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.
SubmitFormBehavior everyItem ()
Returns every SubmitFormBehavior in the collection.
SubmitFormBehavior firstItem ()
Returns the first SubmitFormBehavior in the collection.
SubmitFormBehavior item (index:Varies LongInteger String)
Returns the SubmitFormBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
SubmitFormBehavior itemByName (name:String)
Returns the SubmitFormBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
SubmitFormBehavior itemByRange (from:Varies LongInteger SubmitFormBehavior String, to:Varies LongInteger SubmitFormBehavior String)
Returns the SubmitFormBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The SubmitFormBehavior, index, or name at the beginning of the range. Can accept: SubmitFormBehavior, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the SubmitFormBehavior that follows the desired SubmitFormBehavior. |
String toSource ()
Generates a string which, if executed, will return the SubmitFormBehavior.
Object of
Button.submitFormBehaviors
CheckBox.submitFormBehaviors
ComboBox.submitFormBehaviors
ListBox.submitFormBehaviors
RadioButton.submitFormBehaviors
TextBox.submitFormBehaviors
SignatureField.submitFormBehaviors