Your IP : 216.73.216.20


Current Path : /home/e/t/i/etiennec/www/lib/jquery-ui-1.8.9/tests/unit/dialog/
Upload File :
Current File : /home/e/t/i/etiennec/www/lib/jquery-ui-1.8.9/tests/unit/dialog/dialog_defaults.js

/*
 * dialog_defaults.js
 */

var 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',
		collision: 'fit',
		using: $.ui.dialog.prototype.options.position.using
	},
	resizable: true,
	show: null,
	stack: true,
	title: '',
	width: 300,
	zIndex: 1000
};

commonWidgetTests('dialog', { defaults: dialog_defaults });