dojox.image.Gallery.setDataStore
dojo.require("dojox.image.Gallery");
defined in dojox/image/Gallery.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 four attributes allowed are 'linkAttr', 'imageLargeAttr', 'imageThumbAttr' and 'titleAttr' |