search

goog.ui.Tooltip

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Tooltip widget. Can be attached to one or more elements and is shown, with a slight delay, when the cursor is over the element or the element gains focus.

new Tooltip( 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

Classes

Enumerations