File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 174
174
<event name =" remove" >
175
175
<desc >This event is triggered when a sortable item has been dragged out from the list and into another.</desc >
176
176
<argument name =" event" type =" Event" />
177
- <xi : include href =" ../includes/sortable-argument-ui.xml" xmlns : xi =" http://www.w3.org/2003/XInclude" />
177
+ <argument name =" ui" type =" Object" >
178
+ <property name =" helper" type =" jQuery" >
179
+ <desc >The jQuery object representing the helper being sorted.</desc >
180
+ </property >
181
+ <property name =" item" type =" jQuery" >
182
+ <desc >The jQuery object representing the current dragged element.</desc >
183
+ </property >
184
+ <property name =" offset" type =" Object" >
185
+ <desc >The current absolute position of the helper represented as <code >{ top, left }</code >.</desc >
186
+ </property >
187
+ <property name =" position" type =" Object" >
188
+ <desc >The current position of the helper represented as <code >{ top, left }</code >.</desc >
189
+ </property >
190
+ <property name =" originalPosition" type =" Object" >
191
+ <desc >The original position of the element represented as <code >{ top, left }</code >.</desc >
192
+ </property >
193
+ <property name =" placeholder" type =" jQuery" >
194
+ <desc >The jQuery object representing the element being used as a placeholder.</desc >
195
+ </property >
196
+ </argument >
178
197
</event >
179
198
<event name =" over" >
180
199
<desc >This event is triggered when a sortable item is moved into a sortable list.</desc >
You can’t perform that action at this time.
0 commit comments