imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / resizable / resizable_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/resizable/resizable_common.js b/third-party/jquery-ui-1.10.2/tests/unit/resizable/resizable_common.js
new file mode 100644 (file)
index 0000000..c261ac5
--- /dev/null
@@ -0,0 +1,30 @@
+TestHelpers.commonWidgetTests( "resizable", {
+       defaults: {
+               alsoResize: false,
+               animate: false,
+               animateDuration: "slow",
+               animateEasing: "swing",
+               aspectRatio: false,
+               autoHide: false,
+               cancel: "input,textarea,button,select,option",
+               containment: false,
+               delay: 0,
+               disabled: false,
+               distance: 1,
+               ghost: false,
+               grid: false,
+               handles: "e,s,se",
+               helper: false,
+               maxHeight: null,
+               maxWidth: null,
+               minHeight: 10,
+               minWidth: 10,
+               zIndex: 90,
+
+               // callbacks
+               create: null,
+               resize: null,
+               start: null,
+               stop: null
+       }
+});