Functiondojox.data.CsvStore.hasAttribute

dojo.require("dojox.data.CsvStore");
defined in dojox/data/CsvStore.js

See dojo.data.api.Read.hasAttribute() The hasAttribute test is true if attribute has an index number within the item's array length AND if the item has a value for that attribute. Note that for the CsvStore, an empty string value is the same as no value.

Usage

function (item, attribute) (view source)
parametertypedescription
item  
attribute