search

goog.positioning.ClientPosition

Provided By
Extends
All Known Direct Subclasses

Encapsulates a popup position where the popup is positioned relative to the window (client) coordinates. This calculates the correct position to use even if the element is relatively positioned to some other element. This is for trying to position an element at the spot of the mouse cursor in a MOUSEMOVE event. Just use the event.clientX and event.clientY as the parameters.

new ClientPosition( arg1, opt_arg2 )

Parameters
arg1(number|goog.math.Coordinate|null)

Left position or coordinate.

opt_arg2number=

Top position.

Instance Methods

Instance Properties