Constructor
# new FormFieldCollection(txFormFieldCollection)
Wrapper für TXTextControl.FormFieldCollection
Parameters:
| Name | Type | Description |
|---|---|---|
txFormFieldCollection |
any
|
Extends
Classes
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> |
Promise.<FormField>