TXTextControl.Selection.getBounds Method

Takes a callback function with one parameter as a parameter. The callback function is called with a SelectionBounds object as a parameter upon receiving the selection information from the server.

Syntax

[JavaScript]
<void> Selection.getBounds(<function> callback);
Parameter Description
callback

A function with one parameter. Is called with a SelectionBounds object as a parameter upon receiving the selection information from the server.