Skip to content

Commit

Permalink
droppable: removed mention of each callback's ui argument properties …
Browse files Browse the repository at this point in the history
…from the longdesc as this info is now document on the ui argument of each event
  • Loading branch information
rdworth committed Jun 23, 2012
1 parent 5687e91 commit ade8d5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions entries/droppable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
<desc>Create targets for draggable elements</desc>
<longdesc>
<p>The jQuery UI Droppable plugin makes selected elements droppable (meaning they accept being dropped on by draggables). You can specify which (individually) or which kind of draggables each will accept.</p>
<p>All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'):</p>
<ul>
<li> <b>ui.draggable</b> - current draggable element, a jQuery object.</li>
<li> <b>ui.helper</b> - current draggable helper, a jQuery object</li>
<li> <b>ui.position</b> - current position of the draggable helper { top: , left: }</li>
<li> <b>ui.offset</b> - current absolute position of the draggable helper { top: , left: }</li>
</ul>
</longdesc>
<created>1.0</created>
<options>
Expand Down

0 comments on commit ade8d5e

Please sign in to comment.