dijit._Widget.postMixInProperties
dojo.require("dijit._Widget");
defined in dijit/_Widget.js
Called after the parameters to the widget have been read-in, but before the widget template is instantiated. Especially useful to set properties that are referenced in the widget template.
Usage
function () (view source)