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

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/slider/slider_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: 373 byte(s)
initial import
1 TestHelpers.commonWidgetTests( "slider", {
2 defaults: {
3 animate: false,
4 cancel: "input,textarea,button,select,option",
5 delay: 0,
6 disabled: false,
7 distance: 0,
8 max: 100,
9 min: 0,
10 orientation: "horizontal",
11 range: false,
12 step: 1,
13 value: 0,
14 values: null,
15
16 // callbacks
17 create: null,
18 change: null,
19 slide: null,
20 start: null,
21 stop: null
22 }
23 });

  ViewVC Help
Powered by ViewVC 1.1.20