Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
New restriction on Draggable's handle option
cdff72efed495d7a17c551578079619712758793 introduced new restrictions on what can be specified as a draggable's handle. This pull request documents that restriction.
  • Loading branch information
Steven Luscher committed Apr 22, 2013
commit 77a9b5635cd94566a7d9e5c6bdc51d3c79225aae
2 changes: 1 addition & 1 deletion entries/draggable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<desc>Snaps the dragging helper to a grid, every x and y pixels. The array must be of the form <code>[ x, y ]</code>.</desc>
</option>
<option name="handle" default="false" example-value='"h2"'>
<desc>If specified, restricts dragging from starting unless the mousedown occurs on the specified element(s).</desc>
<desc>If specified, restricts dragging from starting unless the mousedown occurs on the specified element(s). Only elements that descend from the draggable element are permitted.</desc>
<type name="Selector"/>
<type name="Element"/>
</option>
Expand Down