dijit._Widget.startup
dojo.require("dijit._Widget");
defined in dijit/_Widget.js
Called after a widget's children, and other widgets on the page, have been created. Provides an opportunity to manipulate any children before they are displayed. This is useful for composite widgets that need to control or layout sub-widgets. Many layout widgets can use this as a wiring phase.
Usage
function () (view source)