Function
The list of urls to load. Can be any valid .src attribute.
Preload a list of images in the dom.
Array An Array of DomNodes that have been cached.
Load two images into cache: dojox.image.preload(["foo.png", "bar.gif"]);
Using djConfig: var djConfig = { preloadImages:["bar.png", "baz.png", "http://example.com/icon.gif"] };
Object
Object
Object