dojox.data.FlickrStore
dojo.require("dojox.data.FlickrStore");
defined in dojox/data/FlickrStore.js
The FlickrStore is a Datastore interface to one of the basic services of the Flickr service, the public photo feed. This does not provide access to all the services of Flickr. This store cannot do * and ? filtering as the flickr service provides no interface for wildcards.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object |
FunctionsBack to top

See dojo.data.api.Read.close()

See dojo.data.api.Read.containsValue()

See dojo.data.api.Read.getAttributes()
See dojo.data.api.Read.getFeatures()

See dojo.data.api.Read.getLabel()

See dojo.data.api.Read.getLabelAttributes()

See dojo.data.api.Read.getValue()

See dojo.data.api.Read.getValue()

See dojo.data.api.Read.hasAttributes()

See dojo.data.api.Read.isItem()

See dojo.data.api.Read.isItemLoaded()

See dojo.data.api.Read.loadItem()

This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.

This function tests whether the item passed in is indeed an item in the store.

Fetch flickr items that match to a query


Utility function to un-escape XML special characters in an HTML string.