dojo.data.ItemFileReadStore._addReferenceToMap
dojo.require("dojo.data.ItemFileReadStore");
defined in dojo/data/ItemFileReadStore.js
Method to add an reference map entry for an item and attribute. //
Usage
function (refItem, parentItem, /*String*/ attribute) (view source)
parameter | type | description |
---|---|---|
refItem | The item that is referenced. | |
parentItem | The item that holds the new reference to refItem. | |
attribute | String | The attribute on parentItem that contains the new reference. Stub function, does nothing. Real processing is in ItemFileWriteStore. |