diff --git a/entries/sortable.xml b/entries/sortable.xml index ae36e7fe..60297f67 100644 --- a/entries/sortable.xml +++ b/entries/sortable.xml @@ -139,218 +139,47 @@ This event is triggered when sorting starts. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered during sorting. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered during sorting, but only when the DOM position has changed. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered when sorting stops, but when the placeholder/helper is still available. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered when sorting has stopped. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered when the user stopped sorting and the DOM position has changed. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered when a connected sortable list has received an item from another list. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered when a sortable item has been dragged out from the list and into another. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered when a sortable item is moved into a sortable list. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + @@ -358,74 +187,17 @@

Note: This event is also triggered when a sortable item is dropped.

- - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - +
This event is triggered when using connected lists, every connected list on drag start receives it. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + This event is triggered when sorting was stopped, is propagated to all possible connected lists. - - - The jQuery object representing the helper being sorted - - - The jQuery object representing the current dragged element - - - The current absolute position of the helper represented as { top, left } - - - The current position of the helper represented as { top, left } - - - The original position of the element represented as { top, left } - - - The sortable that the item comes from if moving from one sortable to another - - + diff --git a/includes/sortable-argument-ui.xml b/includes/sortable-argument-ui.xml new file mode 100644 index 00000000..aa9f3c5f --- /dev/null +++ b/includes/sortable-argument-ui.xml @@ -0,0 +1,23 @@ + + + The jQuery object representing the helper being sorted. + + + The jQuery object representing the current dragged element. + + + The current absolute position of the helper represented as { top, left }. + + + The current position of the helper represented as { top, left }. + + + The original position of the element represented as { top, left }. + + + The sortable that the item comes from if moving from one sortable to another. + + + The jQuery object representing the element being used as a placeholder. + + \ No newline at end of file