dojox.image.SlideShow.showImage
dojo.require("dojox.image.SlideShow");
defined in dojox/image/SlideShow.js
Shows the image at index 'index'.
parameter | type | description |
---|---|---|
index | Number | The position of the image in the data store to display |
callback | Function | Optional. Optional callback function to call when the image has finished displaying. |