dijit.DialogUnderlay.layout
dojo.require("dijit.Dialog");
defined in dijit/Dialog.js
Sets the background to the size of the viewport (rather than the size of the document) since we need to cover the whole browser window, even if the document is only a few lines long.
Usage
function () (view source)