Functiondojox.data.CsvStore._assertIsAttribute

dojo.require("dojox.data.CsvStore");
defined in dojox/data/CsvStore.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.