The HTML selector which identifies draggable elements
The HTML selector which identifies drop targets
A set of permission checking functions for each action of the Drag and Drop workflow
A set of callback functions for each action of the Drag and Drop workflow
Bind the DragDrop controller to an HTML application
The HTML element to which the handler is bound
Execute a callback function associated with a certain action in the workflow
The drag event being handled
The action being attempted
Test whether the current user has permission to perform a step of the workflow
The action being attempted
The selector being targeted
Can the action be performed?
Handle the start of a drag workflow
The drag event being handled
Handle a dragged element over a droppable target
The drag event being handled
Handle a dragged element dropped on a droppable target
The drag event being handled
A controller class for managing drag and drop workflows within an Application instance. The controller manages the following actions: dragstart, dragover, drop
Application
Activate drag-and-drop handling for a certain set of elements