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