dojox.data.CsvStore.getValue
dojo.require("dojox.data.CsvStore");
defined in dojox/data/CsvStore.js
See dojo.data.api.Read.getValue() Note that for the CsvStore, an empty string value is the same as no value, so the defaultValue would be returned instead of an empty string.
Usage
function (item, attribute, ?defaultValue) (view source)
parameter | type | description |
---|---|---|
item | ||
attribute | ||
defaultValue | Optional. |