search

goog.ui.Bubble

Provided By
Extends
All Implemented Interfaces

The Bubble provides a general purpose bubble implementation that can be anchored to a particular element and displayed for a period of time.

new Bubble( message, opt_config, opt_domHelper )

Parameters
message(string|goog.html.SafeHtml|Element|null)

Message or an element to display inside the bubble. Strings are treated as plain-text and will be HTML escaped.

opt_config(Object|null)=

The configuration for the bubble. If not specified, the default configuration will be used. goog.ui.Bubble.defaultConfig.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

Instance Methods

Instance Properties