dijit.layout._LayoutWidget.layout
dojo.require("dijit.layout._LayoutWidget");
defined in dijit/layout/_LayoutWidget.js
Widgets override this method to size & position their contents/children. When this is called this._contentBox is guaranteed to be set (see resize()). This is called after startup(), and also when the widget's size has been changed.
Usage
function () (view source)