search

goog.ui.AdvancedTooltip

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Advanced tooltip widget with cursor tracking abilities. Works like a regular tooltip but can track the cursor position and direction to determine if the tooltip should be dismissed or remain open.

new AdvancedTooltip( opt_el, opt_str, opt_domHelper )

Parameters
opt_el(Element|string|null)=

Element to display tooltip for, either element reference or string id.

opt_str(string|null)=

Text message to display in tooltip.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

Instance Methods

Instance Properties