search

goog.positioning.AbsolutePosition

Provided By
Extends

Encapsulates a popup position where the popup absolutely positioned by setting the left/top style elements directly to the specified values. The position is generally relative to the element's offsetParent. Normally, this is the document body, but can be another element if the popup element is scoped by an element with relative position.

new AbsolutePosition( arg1, opt_arg2 )

Parameters
arg1(number|goog.math.Coordinate)

Left position or coordinate.

opt_arg2number=

Top position.

Instance Methods

Instance Properties