Functiondojo.data.ItemFileWriteStore._addReferenceToMap

dojo.require("dojo.data.ItemFileWriteStore");
defined in dojo/data/ItemFileWriteStore.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.