Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/image/_base.js

  • Provides:

    • dojox.image._base
  • djConfig.preloadImages

    • optional
    • type
      Array
    • summary
      An optional array of urls to preload immediately upon
      page load. Uses <code>dojox.image</code>, and is unused if not present.
  • dojox.image.preload

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

    • type
      Object
  • dojox.image

    • type
      Object
  • dojox

    • type
      Object