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