search

goog.ui.IframeMask

Provided By
Extends
All Implemented Interfaces

Controller for an iframe mask. The mask is only valid in the current document, or else the document of the given DOM helper.

new IframeMask( opt_domHelper, opt_iframePool )

Parameters
opt_domHelper(goog.dom.DomHelper|null)=

The DOM helper for the relevant document.

opt_iframePool(goog.structs.Pool|null)=

An optional source of iframes. Iframes will be grabbed from the pool when they're needed and returned to the pool (but still attached to the DOM) when they're done.

Instance Methods

Instance Properties