dojox.data.jsonPathStore.getValues
dojo.require("dojox.data.jsonPathStore");
defined in dojox/data/jsonPathStore.js
Gets the value of an item's 'property' and returns it. If this value is an array it is just returned, if not, the value is added to an array and that is returned.
Usage
function (/*Object*/ item, property) (view source)
parameter | type | description |
---|---|---|
item | Object | */ |
property | look up value for |