Sets 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.setEditable(<boolean> editable, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
editable | Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |