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

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/selectable/selectable_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: 377 byte(s)
initial import
1 TestHelpers.commonWidgetTests("selectable", {
2 defaults: {
3 appendTo: "body",
4 autoRefresh: true,
5 cancel: "input,textarea,button,select,option",
6 delay: 0,
7 disabled: false,
8 distance: 0,
9 filter: "*",
10 tolerance: "touch",
11
12 // callbacks
13 create: null,
14 selected: null,
15 selecting: null,
16 start: null,
17 stop: null,
18 unselected: null,
19 unselecting: null
20 }
21 });

  ViewVC Help
Powered by ViewVC 1.1.20