dojo.data.ItemFileReadStore._assertIsAttribute
dojo.require("dojo.data.ItemFileReadStore");
defined in dojo/data/ItemFileReadStore.js
This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.
Usage
function (attribute) (view source)
parameter | type | description |
---|---|---|
attribute | The attribute to test for being contained by the store. |