SubmitFormBehaviors

A collection of submit form behavior objects.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

SubmitFormBehavior [] (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.

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

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.

SubmitFormBehavior itemByRange (from:Varies LongInteger SubmitFormBehavior String, to:Varies LongInteger SubmitFormBehavior String)

Returns the SubmitFormBehaviors within the specified range.

Parameter

Type

Description

from

LongInteger

SubmitFormBehavior

String

The SubmitFormBehavior, index, or name at the beginning of the range. Can accept: SubmitFormBehavior, Long Integer or String.

to

LongInteger

SubmitFormBehavior

String

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.

Object of

Button.submitFormBehaviors

CheckBox.submitFormBehaviors

ComboBox.submitFormBehaviors

ListBox.submitFormBehaviors

RadioButton.submitFormBehaviors

TextBox.submitFormBehaviors

SignatureField.submitFormBehaviors