2011-04-25 18:04:30 +00:00
|
|
|
commonWidgetTests( "dialog", {
|
|
|
|
defaults: {
|
|
|
|
autoOpen: true,
|
|
|
|
buttons: {},
|
|
|
|
closeOnEscape: true,
|
|
|
|
closeText: 'close',
|
|
|
|
disabled: false,
|
|
|
|
dialogClass: '',
|
|
|
|
draggable: true,
|
|
|
|
height: 'auto',
|
|
|
|
hide: null,
|
|
|
|
maxHeight: false,
|
|
|
|
maxWidth: false,
|
|
|
|
minHeight: 150,
|
|
|
|
minWidth: 150,
|
|
|
|
modal: false,
|
|
|
|
position: {
|
|
|
|
my: 'center',
|
|
|
|
at: 'center',
|
|
|
|
of: window,
|
|
|
|
collision: 'fit',
|
|
|
|
using: $.ui.dialog.prototype.options.position.using
|
|
|
|
},
|
|
|
|
resizable: true,
|
|
|
|
show: null,
|
|
|
|
stack: true,
|
|
|
|
title: '',
|
|
|
|
width: 300,
|
|
|
|
zIndex: 1000,
|
2009-02-02 14:36:08 +00:00
|
|
|
|
2011-04-25 18:04:30 +00:00
|
|
|
// callbacks
|
|
|
|
create: null
|
|
|
|
}
|
|
|
|
});
|