Dragging

.isDraggable

The "isDraggable" property specifies whether an AccDC Object is draggable.

.drag

The "drag" property configures the drag functionality for an AccDC Object.

dd (Drag Data)

The "dd" object is passed as an argument to all drag event handlers.

.onDragStart() (Event)

The "onDragStart()" handler is fired when the mouse moves a minimum distance.

.onDrag() (Event)

The "onDrag()" handler is fired every time the mouse moves when dragging.

.onDragEnd() (Event)

The "onDragEnd()" handler is fired after all other drag and drop handlers have fired.

.dropTarget

The ".dropTarget" property specifies one or more drop targets.

drop

The ".drop" object configures the drop functionality for an AccDC Object.

.accDD

The ".accDD" property configures drag and drop functionality for screen reader and keyboard only users.

dd (Drop Data)

The "dd" object is passed as an argument to all drop event handlers.

.dropInit() (Event)

The ".dropInit" handler is fired after "drag.init()" when dragging first initiates.

.onDropStart() (Event)

The "onDropStart()" handler is fired when the dragged element moves within the tolerance of a drop target element.

.onDrop() (Event)

The "onDrop()" handler is fired when the dragged element is dropped within the tolerance of a drop target element.

.onDropEnd() (Event)

The "onDropEnd()" handler is fired when the dragged element moves out of the tolerance of a drop target element.

.setDrag()

The ".setDrag()" method manually adds drag/drop bindings for an open AccDC Object.

.unsetDrag()

The ".unsetDrag()" method manually removes drag/drop bindings for an open AccDC Object.

Flow

.cancel

The ".cancel" property can be used to cancel the opening of an AccDC Object.

.loading

The ".loading" property reflects the opening state of an AccDC Object.

.loaded

The ".loaded" property reflects the open state of an AccDC Object.

.closing

The ".closing" property reflects the closing state of an AccDC Object.

.lock

The ".lock" property locks an AccDC Object in its current open/closed state.