dojox.image.SlideShow.setDataStore
dojo.require("dojox.image.SlideShow");
defined in dojox/image/SlideShow.js
Sets the data store and request objects to read data from.
Usage
function (dataStore, request, paramNames) (view source)
parameter | type | description |
---|---|---|
dataStore | implementation of the dojo.data.api.Read API. This accesses the image data. | |
request | implementation of the dojo.data.api.Request API. This specifies the query and paging information to be used by the data store | |
paramNames | An object defining the names of the item attributes to fetch from the data store. The three attributes allowed are 'linkAttr', 'imageLargeAttr' and 'titleAttr' |