dojox.rpc.onUpdate
dojo.require("dojox.rpc.JsonReferencing");
defined in dojox/rpc/JsonReferencing.js
This function is called when an existing object in the system is updated. Existing objects are found by id.
Usage
function (/*Object*/ object, attribute, oldValue, newValue) (view source)
parameter | type | description |
---|---|---|
object | Object | |
attribute | ||
oldValue | ||
newValue |