dijit._Widget.destroyRendering
dojo.require("dijit._Widget");
defined in dijit/_Widget.js
Destroys the DOM nodes associated with this widget
Usage
function (/*Boolean*/ finalize) (view source)
parameter | type | description |
---|---|---|
finalize | Boolean | is this function being called part of global environment tear-down? |