Functiondojox.data.jsonPathStore.deleteItem

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

deletes item and any references to that item from the store. If the desire is to delete only one reference, unsetAttribute or setValue is the way to go.

Usage

function (item) (view source)
parametertypedescription
item