dojo.data.ItemFileWriteStore.onNew
dojo.require("dojo.data.ItemFileWriteStore");
defined in dojo/data/ItemFileWriteStore.js
See dojo.data.api.Notification.onNew() No need to do anything. This method is here just so that the client code can connect observers to it.
Usage
function (newItem, /*Object?*/ parentInfo) (view source)
parameter | type | description |
---|---|---|
newItem | ||
parentInfo | Object | Optional. |