dijit
»
BackgroundIframe
» destroy
dijit.BackgroundIframe.destroy
dojo.require("dijit");
defined in dijit/_base/popup.js
destroy the iframe
Usage
function ()
(view source)
if
(
this
.
iframe
)
{
dijit._frames.
push
(
this
.
iframe
)
;
delete
this
.
iframe
;
}