dijit._Widget.destroy
dojo.require("dijit._Widget");
defined in dijit/_Widget.js
Destroy this widget, but not its descendants
Usage
function (/*Boolean*/ finalize) (view source)
parameter | type | description |
---|---|---|
finalize | Boolean | is this function being called part of global environment tear-down? |