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