You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/dragdropmanager/overview.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ Apart from the regular dragging and dropping, the Drag and Drop controls bring s
24
24
-[Hint]({%slug dragdropmanager/functionality/hint %}) - An element that appears as dragged, a clone of the original element or a completely custom one
25
25
-[AutoScroll]({%slug dragdropmanager/functionality/autoscroll %}) - Enables automatic scrolling of the container once the dragged element approaches the boundaries
26
26
-[Axis]({%slug dragdropmanager/functionality/axis %}) - Restraining the dragged element movement only on a single axis
27
-
-[Containers]({%slug dragdropmanager/functionality/containers %}) - Restricting the hint movement within the boundaries of an element
27
+
-[Containers]({%slug dragdropmanager/functionality/container %}) - Restricting the hint movement within the boundaries of an element
28
28
-[Distance]({%slug dragdropmanager/functionality/distance %}) - The distance the user needs to drag and element to engage the actual dragging process
29
29
-[Filter]({%slug dragdropmanager/functionality/filter %}) - Define multiple elements as draggable within a container
30
-
-[Group]({%slug dragdropmanager/functionality/group %}) - Allows Draggable elements to be dropped only on DropTargets with the same group
30
+
-[Group]({%slug dragdropmanager/functionality/groups %}) - Allows Draggable elements to be dropped only on DropTargets with the same group
31
31
-[Ignore]({%slug dragdropmanager/functionality/ignore %}) - Ignore specific elements within a Draggable that should not trigger the Drag functionality.
32
32
-[Client-Side Programming]({%slug dragdropmanager/client-side-programming/overview %}) - APIs and Events to interact with the Controls using JavaScript.
0 commit comments