Functiondojox.data.HtmlTableStore._assertIsAttribute

dojo.require("dojox.data.HtmlTableStore");
defined in dojox/data/HtmlTableStore.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)
parametertypedescription
attributeStringThe attribute to test for being contained by the store.