Functiondojox.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)
parametertypedescription
index number index in the data store to check if it is loaded.