source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/unit/dialog/dialog_defaults.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 495 bytes
Line 
1/*
2 * dialog_defaults.js
3 */
4
5var dialog_defaults = {
6 autoOpen: true,
7 buttons: {},
8 closeOnEscape: true,
9 closeText: 'close',
10 disabled: false,
11 dialogClass: '',
12 draggable: true,
13 height: 'auto',
14 hide: null,
15 maxHeight: false,
16 maxWidth: false,
17 minHeight: 150,
18 minWidth: 150,
19 modal: false,
20 position: 'center',
21 resizable: true,
22 show: null,
23 stack: true,
24 title: '',
25 width: 300,
26 zIndex: 1000
27};
28
29commonWidgetTests('dialog', { defaults: dialog_defaults });
Note: See TracBrowser for help on using the repository browser.