dijit/BackgroundIframe (version 1.10)

Summary

For IE/FF z-index shenanigans. id attribute is required.

new dijit.BackgroundIframe(node).

Makes a background iframe as a child of node, that fills area (and position) of node

Usage

BackgroundIframe(node);
Parameter Type Description
node DomNode

See the dijit/BackgroundIframe reference documentation for more information.

Method Summary

  • destroy() destroy the iframe
  • resize(node) Resize the iframe so it's the same size as node.

Methods

destroy()

destroy the iframe

resize(node)

Resize the iframe so it's the same size as node. Needed on IE6 and IE/quirks because height:100% doesn't work right.

Parameter Type Description
node undefined
Error in the documentation? Can’t find what you are looking for? Let us know!