Removes the text field from the Text Control document.

<void> TextFieldCollection.remove(<TextField> textField, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
textField Specifies the text field to remove.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.