diff options
Diffstat (limited to 'ui/ui.dialog.js')
-rw-r--r-- | ui/ui.dialog.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index fb3def446..f6cd5ac20 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -484,12 +484,16 @@ $.extend($.ui.dialog, { closeText: 'close', dialogClass: '', draggable: true, + hide: null, height: 'auto', + maxHeight: false, + maxWidth: false, minHeight: 150, minWidth: 150, modal: false, position: 'center', resizable: true, + show: null, stack: true, title: '', width: 300, |