a:7:{s:9:"#provides";s:17:"dojox.image._base";s:9:"#resource";s:14:"image/_base.js";s:19:"dojox.image.preload";a:5:{s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:4:"urls";a:2:{s:4:"type";s:5:"Array";s:7:"summary";s:58:"The list of urls to load. Can be any valid .src attribute.";}}s:6:"source";s:263:" if(!cacheNode){ cacheNode = d.create("div", { style:{ position:"absolute", top:"-9999px", display:"none" } }, d.body()); } // place them in the hidden cachenode d.forEach(urls, function(url){ d.create("img", { src: url }, cacheNode); });";s:7:"summary";s:36:"Preload a list of images in the dom.";s:8:"examples";a:2:{i:0;s:74:"Load two images into cache: dojox.image.preload(["foo.png", "bar.gif"]);";i:1;s:108:"Using djConfig: var djConfig = { preloadImages:["bar.png", "baz.png", "http://example.com/icon.gif"] };";}}s:22:"djConfig.preloadImages";a:1:{s:7:"summary";s:0:"";}s:17:"dojox.image._base";a:3:{s:4:"type";s:6:"Object";s:7:"private";b:1;s:7:"summary";s:0:"";}s:11:"dojox.image";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dojox";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}