Constructordojox.image.SlideShow._loadImage

dojo.require("dojox.image.SlideShow");
defined in dojox/image/SlideShow.js

This function loads the image at position 'index' into the internal cache of images. This does not cause the image to be displayed.

Usage

function (index, callbackFn) (view source)
parametertypedescription
index position in the data store to load an image from.
callbackFn optional function to execute when the image has finished loading.

FunctionsBack to top