Functiondojo.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)
parametertypedescription
refItem The item that is referenced.
parentItem The item that holds the new reference to refItem.
attributeStringThe attribute on parentItem that contains the new reference. Stub function, does nothing. Real processing is in ItemFileWriteStore.