The Form
FormFieldCollection
Introduced: X18.
Method | Description |
---|---|
add |
Adds a new Check |
add |
Adds a new Date |
add |
Adds a new Selection |
add |
Adds a new Text |
element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
for |
Executes a callback function for each element.
(Inherited from Collection) |
get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
get |
Gets the form field at the current text input position or the form field with the specified id. |
remove | Removes the form field from the Text Control document. |