Gets whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.
<void> TextField.getEditable(<RequestBooleanCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives whether the text of a text field can be changed. |
error |
Optional. Is called when the operation failed with an error. |