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

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/sortable/sortable_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, 3 months ago) by torben
File MIME type: application/javascript
File size: 829 byte(s)
initial import
1 TestHelpers.commonWidgetTests( "sortable", {
2 defaults: {
3 appendTo: "parent",
4 axis: false,
5 cancel: "input,textarea,button,select,option",
6 connectWith: false,
7 containment: false,
8 cursor: "auto",
9 cursorAt: false,
10 delay: 0,
11 disabled: false,
12 distance: 1,
13 dropOnEmpty: true,
14 forcePlaceholderSize: false,
15 forceHelperSize: false,
16 grid: false,
17 handle: false,
18 helper: "original",
19 items: "> *",
20 opacity: false,
21 placeholder: false,
22 revert: false,
23 scroll: true,
24 scrollSensitivity: 20,
25 scrollSpeed: 20,
26 scope: "default",
27 tolerance: "intersect",
28 zIndex: 1000,
29
30 // callbacks
31 activate: null,
32 beforeStop: null,
33 change: null,
34 create: null,
35 deactivate: null,
36 out: null,
37 over: null,
38 receive: null,
39 remove: null,
40 sort: null,
41 start: null,
42 stop: null,
43 update: null
44 }
45 });

  ViewVC Help
Powered by ViewVC 1.1.20