Sha256: 616a99a1eb58fd2fbd7deee9627998f10085c7b709e6e416ed1ce278be91abac

Contents?: true

Size: 582 Bytes

Versions: 8

Compression:

Stored size: 582 Bytes

Contents

/*
 * 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',
		of: window,
		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 });

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js
survivalkit-0.3.3 templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js
survivalkit-0.3.3 templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js
survivalkit-0.3.2 templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js
survivalkit-0.3.1 templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js
survivalkit-0.3 templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js
survivalkit-0.2.1 templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js
survivalkit-0.1 templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js