calculateOffset(node: Object);
node. DOM node, for which the user gets the coordinates.
The calculateOffset method calculates coordinates of DOM node in the document.
This method returns a JSON object with the following fields: X - abscissa, Y - ordinate of the DOM node position in document.
The example of use is given in the with description of the static method PP.addClass.
See also: