diff --git a/demos/droppable/accepted-elements.html b/demos/droppable/accepted-elements.html index 0ba0207e3..455e075e0 100644 --- a/demos/droppable/accepted-elements.html +++ b/demos/droppable/accepted-elements.html @@ -1,38 +1,39 @@
- -Specify using the accept
option which element (or group of elements) is accepted by the target droppable.
Enable any DOM element to be droppable, a target for draggable elements.
-You can delete an image either by dragging it to the Trash or by clicking the trash icon.
+You can "recycle" an image by dragging it back to the gallery or by clicking the recycle icon.
+You can view larger image by clicking the zoom icon. jQuery UI dialog widget is used for the modal window.
+When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy
option set to true prevents event propagation when a draggable is dropped on a child node (droppable).
Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert
option set on the draggable.
Demonstrate how to use an accordion to structure products into a catalog and make use drag and drop for adding -them to a shopping cart, where they are sortable.
- +Demonstrate how to use an accordion to structure products into a catalog and make use drag and drop for adding them to a shopping cart, where they are sortable.
Drop here
Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the hoverClass
or activeClass
options to specify respective classes.