dijit.layout.ContentPane.setHref
dojo.require("dijit.layout.ContentPane");
defined in dijit/layout/ContentPane.js
Reset the (external defined) content of this pane and replace with new url Note: It delays the download until widget is shown if preload is false
Usage
function (/*String*/ href) (view source)
parameter | type | description |
---|---|---|
href | String | url to the page you want to get, must be within the same domain as your mainpage |