diff --git a/entries/draggable.xml b/entries/draggable.xml old mode 100644 new mode 100755 index f3a3039..06c5fab --- a/entries/draggable.xml +++ b/entries/draggable.xml @@ -45,8 +45,14 @@ Constrains dragging to either the horizontal (x) or vertical (y) axis. Possible values: "x", "y". - + Prevents dragging from starting on specified elements. + + A selector specifying elements for which dragging is canceled. + + + A function that can return true to cancel dragging. The function receives the event object. + diff --git a/entries/mouse.xml b/entries/mouse.xml old mode 100644 new mode 100755 index 6b41a77..218a8d3 --- a/entries/mouse.xml +++ b/entries/mouse.xml @@ -11,8 +11,14 @@ - + Prevents interactions from starting on specified elements. + + A selector specifying elements for which interactions are canceled. + + + A function that can return true to cancel interactions. The function receives the event object. + 1.12 diff --git a/entries/resizable.xml b/entries/resizable.xml old mode 100644 new mode 100755 index b69f99d..a218790 --- a/entries/resizable.xml +++ b/entries/resizable.xml @@ -57,8 +57,14 @@ Whether the handles should hide when the user is not hovering over the element. - + Prevents resizing from starting on specified elements. + + A selector specifying elements for which resizing is canceled. + + + A function that can return true to cancel resizing. The function receives the event object. + Constrains resizing to within the bounds of the specified element or region. diff --git a/entries/selectable.xml b/entries/selectable.xml old mode 100644 new mode 100755 index 43b5f20..0acb471 --- a/entries/selectable.xml +++ b/entries/selectable.xml @@ -33,8 +33,14 @@ This determines whether to refresh (recalculate) the position and size of each selectee at the beginning of each select operation. If you have many items, you may want to set this to false and call the refresh() method manually. - + Prevents selecting if you start on elements matching the selector. + + A selector specifying elements for which selecting is canceled. + + + A function that can return true to cancel selecting. The function receives the event object. + diff --git a/entries/sortable.xml b/entries/sortable.xml old mode 100644 new mode 100755 index 5b6e12a..ad19e29 --- a/entries/sortable.xml +++ b/entries/sortable.xml @@ -46,8 +46,14 @@ If defined, the items can be dragged only horizontally or vertically. Possible values: "x", "y". - + Prevents sorting if you start on elements matching the selector. + + A selector specifying elements for which sorting is canceled. + + + A function that can return true to cancel sorting. The function receives the event object. +
"x"
"y"
refresh()