dojox.image.SlideShow.showNextImage
dojo.require("dojox.image.SlideShow");
defined in dojox/image/SlideShow.js
Changes the image being displayed to the next image in the data store
Usage
function (/*Boolean*/ inTimer, forceLoop) (view source)
parameter | type | description |
---|---|---|
inTimer | Boolean | If true, a slideshow is active, otherwise the slideshow is inactive. |
forceLoop |