Functiondojox.image.ThumbnailPicker.setDataStore

dojo.require("dojox.image.ThumbnailPicker");
defined in dojox/image/ThumbnailPicker.js

Sets the data store and request objects to read data from.

Usage

function (dataStore, request, paramNames) (view source)
parametertypedescription
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'

PropertiesBack to top

implementation of the dojo.data.api.Request API. This specifies the query and paging information to be used by the data store