Removes the form field from the Text Control document.
<void> FormFieldCollection.remove(<FormField> formField, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
form |
Specifies the form field to remove. |
callback | Optional. Receives whether the form field could be removed. |
error |
Optional. Is called when the operation failed with an error. |