dojox.data.PicasaStore
dojo.require("dojox.data.PicasaStore");
defined in dojox/data/PicasaStore.js
The PicasaStore is a Datastore interface to one of the basic services of the Picasa service, the public photo feed. This does not provide access to all the services of Picasa. This store cannot do * and ? filtering as the picasa 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 picasa items that match to a query


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