Functiondojox.image.SlideShow.showImage

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

Shows the image at index 'index'.

Usage

function (/*Number*/ index, /*Function?*/ callback) (view source)
parametertypedescription
indexNumberThe position of the image in the data store to display
callbackFunctionOptional. Optional callback function to call when the image has finished displaying.