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

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/resizable/resizable_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: 545 byte(s)
initial import
1 TestHelpers.commonWidgetTests( "resizable", {
2 defaults: {
3 alsoResize: false,
4 animate: false,
5 animateDuration: "slow",
6 animateEasing: "swing",
7 aspectRatio: false,
8 autoHide: false,
9 cancel: "input,textarea,button,select,option",
10 containment: false,
11 delay: 0,
12 disabled: false,
13 distance: 1,
14 ghost: false,
15 grid: false,
16 handles: "e,s,se",
17 helper: false,
18 maxHeight: null,
19 maxWidth: null,
20 minHeight: 10,
21 minWidth: 10,
22 zIndex: 90,
23
24 // callbacks
25 create: null,
26 resize: null,
27 start: null,
28 stop: null
29 }
30 });

  ViewVC Help
Powered by ViewVC 1.1.20