Login Register Help
API Documentation
Choose a stylesheet:

Namespacedojo.io.iframe

dojo.require("dojo.io.iframe");
defined in dojo/io/iframe.js

 

Jump to PropertiesJump to FunctionsConstructorsBack to top

Jump to PropertiesJump to ConstructorsFunctionsBack to top

Functiondojo.io.iframe.create(fname: String, onloadstr: String, uri: String?)
Creates a hidden iframe in the page. Used mostly for IO transports. You do not need to call this to start a dojo.io.iframe request. Just call send().
Returns the document object associated with the iframe DOM Node argument.
Functiondojo.io.iframe.setSrc(iframe: DOMNode, src: String, replace: Boolean)
Sets the URL that is loaded in an IFrame. The replace parameter indicates whether location.replace() should be used when changing the location of the iframe.

Jump to FunctionsJump to ConstructorsPropertiesBack to top