mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-12-07 06:14:24 +00:00
48 lines
914 B
JavaScript
48 lines
914 B
JavaScript
TestHelpers.commonWidgetTests( "draggable", {
|
|
defaults: {
|
|
// options
|
|
appendTo: null,
|
|
containment: null,
|
|
disabled: false,
|
|
// exclude: "input,textarea,button,select,option",
|
|
handle: null,
|
|
helper: false,
|
|
|
|
// backCompat options
|
|
// addClasses: true,
|
|
// axis: false,
|
|
// connectToSortable: false,
|
|
// cursor: "auto",
|
|
// cursorAt: false,
|
|
// grid: false,
|
|
// iframeFix: false,
|
|
// 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,
|
|
|
|
// methods
|
|
// destroy: null,
|
|
// disable: null,
|
|
// enable: null,
|
|
// option: null,
|
|
// widget: null,
|
|
|
|
// callbacks
|
|
// beforeStart: null,
|
|
create: null
|
|
// drag: null,
|
|
// start: null,
|
|
// stop: null
|
|
}
|
|
});
|