dojox.data.AtomReadStore.getValue
dojo.require("dojox.data.AtomReadStore");
defined in dojox/data/AtomReadStore.js
'item' must be an instance of an object created by the AtomReadStore instance. Accepted attributes are id, subtitle, title, summary, content, author, updated, published, category, link and alternate
Usage
function (item, attribute, ?defaultValue) (view source)
parameter | type | description |
---|---|---|
item | An item returned by a call to the 'fetch' method. | |
attribute | A attribute of the Atom Entry | |
defaultValue | Optional. A default value |