Functiondojox.data.jsonPathStore.save

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

Takes an optional set of keyword Args with some save options. Currently only format with options being "raw" or "json". This function goes through the dirty item lists, clones and trims the item down so that the items children are not part of the data (the children are replaced with reference objects). This data is compiled into a single array, the dirty objects are all marked as clean, and the new data is then passed on to the onSave handler.

Usage

function (kwArgs) (view source)
parametertypedescription
kwArgs