Removes the text field from the Text Control document.
<void> TextFieldCollection.remove(<TextField> textField, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| text |
Specifies the text field to remove. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |