dojox.image.SlideShow.isImageLoaded
dojo.require("dojox.image.SlideShow");
defined in dojox/image/SlideShow.js
Returns true if image at the specified index is loaded, false otherwise.
Usage
function (index) (view source)
parameter | type | description |
---|---|---|
index | number index in the data store to check if it is loaded. |