search

goog.ui.Tooltip.ElementTooltipPosition

Provided By
Extends

Popup position implementation that positions the popup (the tooltip in this case) based on the element position. It's positioned below the element to the right if there's enough room to fit all of it inside the Viewport. Otherwise it's displayed as far right as possible either above or below the element.

Used to position tooltips triggered by focus changes.

new ElementTooltipPosition( element )

Parameters
element(Element|null)

The element to anchor the popup at.

Instance Methods

Instance Properties