/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/dialog/dialog_common.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/dialog/dialog_common.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: application/javascript
File size: 748 byte(s)
initial import
1 TestHelpers.commonWidgetTests( "dialog", {
2 defaults: {
3 appendTo: "body",
4 autoOpen: true,
5 buttons: [],
6 closeOnEscape: true,
7 closeText: "close",
8 disabled: false,
9 dialogClass: "",
10 draggable: true,
11 height: "auto",
12 hide: null,
13 maxHeight: null,
14 maxWidth: null,
15 minHeight: 150,
16 minWidth: 150,
17 modal: false,
18 position: {
19 my: "center",
20 at: "center",
21 of: window,
22 collision: "fit",
23 using: $.ui.dialog.prototype.options.position.using
24 },
25 resizable: true,
26 show: null,
27 title: null,
28 width: 300,
29
30 // callbacks
31 beforeClose: null,
32 close: null,
33 create: null,
34 drag: null,
35 dragStart: null,
36 dragStop: null,
37 focus: null,
38 open: null,
39 resize: null,
40 resizeStart: null,
41 resizeStop: null
42 }
43 });

  ViewVC Help
Powered by ViewVC 1.1.20