dijit._Widget.destroyRecursive
dojo.require("dijit._Widget");
defined in dijit/_Widget.js
Destroy this widget and it's descendants. This is the generic "destructor" function that all widget users should call to cleanly discard with a widget. Once a widget is destroyed, it's removed from the manager object.
Usage
function (/*Boolean*/ finalize) (view source)
parameter | type | description |
---|---|---|
finalize | Boolean | is this function being called part of global environment tear-down? |