dojox.data.JsonRestStore.getValue
dojo.require("dojox.rpc.JsonRestStore");
defined in dojox/rpc/JsonRestStore.js
Gets the value of an item's 'property'
Usage
function (/*Object*/ item, property, lazyCallback) (view source)
parameter | type | description |
---|---|---|
item | Object | */ |
property | look up value for | |
lazyCallback | not part of the API, but if you are using lazy loading properties, you may provide a callback to resume, in order to have asynchronous loading |