UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

13 lines (10 loc) 465 B
define([ "dojo/_base/declare", "dijit/Dialog", "dojox/layout/ContentPane" ], function(declare, Dialog, ContentPane){ return declare("dojox.widget.DialogSimple", [ContentPane, Dialog._DialogBase], { // summary: // A Simple Dialog Mixing the `dojox.layout.ContentPane` functionality over // top of a vanilla `dijit.Dialog`. See `dojox.widget.Dialog` for a more flexible // dialog option allowing animations and different styles/theme support. }); });