dijit.layout._LayoutWidget.resize
dojo.require("dijit.layout._LayoutWidget");
defined in dijit/layout/_LayoutWidget.js
Explicitly set this widget's size (in pixels), and then call layout() to resize contents (and maybe adjust child widgets)
Usage
function (/*Object?*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | Optional. {w: int, h: int, l: int, t: int} |