Sets a new input position from a text position.
Introduced: 30.0.
<void> TXTextControl.setInputPositionByTextPosition(<number> textPosition, <TextFieldPosition> textFieldPosition, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
text |
Specifies a text position. The first position is zero. |
text |
If the text |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |