aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-09 11:15:23 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-09 11:15:23 +0000
commit176b2d21cd959d88fc30676cd2c5f081f6b64c15 (patch)
tree066b8204ed8185a56c0d8ca7081bdb5953b6f420 /ui/ui.dialog.js
parentff3998265dec49e086e80d7cb5819686810443e7 (diff)
downloadjquery-ui-176b2d21cd959d88fc30676cd2c5f081f6b64c15.tar.gz
jquery-ui-176b2d21cd959d88fc30676cd2c5f081f6b64c15.zip
dialog: added some missing defaults
Diffstat (limited to 'ui/ui.dialog.js')
-rw-r--r--ui/ui.dialog.js4
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,