dojox.data.CsvStore._assertIsItem
dojo.require("dojox.data.CsvStore");
defined in dojox/data/CsvStore.js
This function tests whether the item passed in is indeed an item in the store.
Usage
function (item) (view source)
parameter | type | description |
---|---|---|
item | The item to test for being contained by the store. |