dojox.data.CsvStore.loadItem
dojo.require("dojox.data.CsvStore");
defined in dojox/data/CsvStore.js
The CsvStore always loads all items, so if it's an item, then it's loaded. From the dojo.data.api.Read.loadItem docs: If a call to isItemLoaded() returns true before loadItem() is even called, then loadItem() need not do any work at all and will not even invoke the callback handlers.
Usage
function (item) (view source)
parameter | type | description |
---|---|---|
item |