Obsolete. This method will be removed in one of the next versions. Requests a collection of either all text fields the current text part contains or only the text field containing the input position from the server and returns the collection by calling a callback function which has to be provided as a parameter to the function.

Introduced: X15.

<void> TXTextControl.getTextFields(<RequestTextFieldsCallback> callback, [<boolean> atInputPosition])

Parameters

Parameter Description
callback A function with one parameter. Is called with an array of text fields as a parameter containing the requested text fields as soon as the information has been retrieved from the server.
atInputPosition Optional. A boolean value indicating that only the text field containing the input position should be retrieved. If there is no text field at the input position, an empty array is received.

Further Reading

Learn more about the Javascript: TXTextControl.getTextFields Method in the Text Control Blog: