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])

Parameters

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.
errorCallback Optional. Is called when the operation failed with an error.