dojox.data.jsonPathStore.getAttributes
dojo.require("dojox.data.jsonPathStore");
defined in dojox/data/jsonPathStore.js
Gets the available attributes of an item's 'property' and returns it as an array. If the store has 'hideMetaAttributes' set to true the attributed identified by 'metaLabel' will not be included.
Usage
function (/*Object*/ item) (view source)
parameter | type | description |
---|---|---|
item | Object | */ |