Sets whether a text field can be deleted by the end-user while a TX Text Control document is being edited.
<void> TextField.setDeleteable(<boolean> deleteable, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
deleteable | Specifies whether a text field can be deleted 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. |