dojox.data.demos.stores.LazyLoadJSIStore.loadItem
dojo.require("dojox.data.demos.stores.LazyLoadJSIStore");
defined in dojox/data/demos/stores/LazyLoadJSIStore.js
Overload of the loadItem function to fault in items. This assumes the data for an item is laid out in a RESTful sort of pattern name0/name1/data.json and so on and uses that to load the data. It will also detect stub items in the newly loaded item and insert the stubs into the ItemFileReadStore list so they can also be loaded in on-demand. item: The item to examine.
Usage
function (keywordArgs) (view source)
parameter | type | description |
---|---|---|
keywordArgs |