dijit.tree.model.onChange
dojo.require("dijit._tree.model");
defined in dijit/_tree/model.js
Callback whenever an item has changed, so that Tree can update the label, icon, etc. Note that changes to an item's children or parent(s) will trigger an onChildrenChange() so you can ignore those changes here.
Usage
function (item) (view source)
parameter | type | description |
---|---|---|
item |