Class

FormFieldCollection

FormFieldCollection(txFormFieldCollection)

Constructor

# new FormFieldCollection(txFormFieldCollection)

Wrapper für TXTextControl.FormFieldCollection
Parameters:
Name Type Description
txFormFieldCollection any

View Source FormFieldCollection.js, line 8

Extends

Classes

FormFieldCollection

Methods

# async getItem(idopt) → {Promise.<FormField>}

Gets the form field at the current text input position or the form field with the specified id
Parameters:
Name Type Attributes Description
id number <optional>

View Source FormFieldCollection.js, line 31

Promise.<FormField>

# async remove(formField) → {Promise.<boolean>}

Removes the form field from the Text Control document
Parameters:
Name Type Description
formField FormField

View Source FormFieldCollection.js, line 44

Promise.<boolean>