Namespacedojo.io.iframe

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

Jump to PropertiesJump to FunctionsConstructorsBack to top

Internal method used to fire the next request in the bind queue.

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().
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