aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/draggable/draggable_common.js
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/draggable/draggable_common.js')
-rw-r--r--97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/draggable/draggable_common.js40
1 files changed, 40 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/draggable/draggable_common.js b/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/draggable/draggable_common.js
new file mode 100644
index 0000000..5abd09e
--- /dev/null
+++ b/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/draggable/draggable_common.js
@@ -0,0 +1,40 @@
+TestHelpers.commonWidgetTests( "draggable", {
+ defaults: {
+ appendTo: "parent",
+ axis: false,
+ cancel: "input,textarea,button,select,option",
+ connectToSortable: false,
+ containment: false,
+ cursor: "auto",
+ cursorAt: false,
+ disabled: false,
+ grid: false,
+ handle: false,
+ helper: "original",
+ opacity: false,
+ refreshPositions: false,
+ revert: false,
+ revertDuration: 500,
+ scroll: true,
+ scrollSensitivity: 20,
+ scrollSpeed: 20,
+ scope: "default",
+ snap: false,
+ snapMode: "both",
+ snapTolerance: 20,
+ stack: false,
+ zIndex: false,
+
+ //todo: remove the following option checks when interactions are rewritten:
+ addClasses: true,
+ delay: 0,
+ distance: 1,
+ iframeFix: false,
+
+ // callbacks
+ create: null,
+ drag: null,
+ start: null,
+ stop: null
+ }
+});