dijit.layout._LayoutWidget.startup
dojo.require("dijit.layout._LayoutWidget");
defined in dijit/layout/_LayoutWidget.js
Called after all the widgets have been instantiated and their dom nodes have been inserted somewhere under dojo.doc.body. Widgets should override this method to do any initialization dependent on other widgets existing, and then call this superclass method to finish things off. startup() in subclasses shouldn't do anything size related because the size of the widget hasn't been set yet.
Usage
function () (view source)