Functiondojox.data.KeyValueStore.loadItem

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

The KeyValueStore 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 (/*Object*/ keywordArgs) (view source)
parametertypedescription
keywordArgsObject