Gets whether a text field has a doubled input position in front of its first character and behind its last character.
<void> TextField.setDoubledInputPosition(<boolean> doubledInputPosition, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
doubled |
Specifies whether a text field has a doubled input position in front of its first character and behind its last character. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |