Module: dd
Extends the dd-ddm Class to add support for the placement of Drop Target shims inside the viewport shim. It also handles all Drop Target related events and interactions.
This module contains the following classes:
Submodules:
dd-ddm-drop
- Extends the dd-ddm Class to add support for the placement of Drop Target shims inside the viewport shim. It also handles all Drop Target related events and interactions.
dd-constrain
- This class extends the dd-drag module to add the constraining methods to it. It supports constraining to a region, node or viewport. It also
supports tick based moves and XY axis constraints.
dd-drag
- This class provides the ability to drag a Node.
dd-ddm
- Extends the dd-ddm-base Class to add support for the viewport shim to allow a draggable node to drag to be dragged over an iframe or any other node that traps mousemove events.
It is also required to have Drop Targets enabled, as the viewport shim will contain the shims for the Drop Targets.
dd-drop
- This class provides the ability to create a Drop Target.
dd-ddm-base
- Provides the base Drag Drop Manger required for making a Node draggable.
dd-proxy
- This class extends dd-drag to allow for creating a proxy drag node, instead of dragging the original node.