 Loading...
Object AMLDragAndDrop
Implements Drag And Drop functionality
Members Table
The following table lists the members exposed by the AMLDragAndDrop object.
|
|
Show:
| Properties |
| Events |
| Pseudo-classes |
|
| Attribute |
Readonly |
Description |
| Property |
Type |
Readonly |
Description |
| $draggable |
Boolean |
false
|
If true, element is draggable.
|
| $droppable |
Boolean |
false
|
If true, element is a valid drag target.
|
| Method |
Returns |
Description |
| Event |
B |
C |
Interface |
Description |
| drag |
+ |
+ |
DragEvent |
Fires on the source object continuously during a drag operation.
|
| dragend |
+ |
+ |
DragEvent |
Fires on the source object when the user releases the mouse at the close of a drag operation.
|
| dragenter |
+ |
+ |
DragEvent |
Fires on the target element when the user drags the object to a valid drop target.
|
| dragleave |
+ |
+ |
DragEvent |
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
|
| dragover |
+ |
+ |
DragEvent |
|
| dragstart |
+ |
+ |
DragEvent |
Fires on the source object when the user starts to drag an object.
|
| drop |
+ |
+ |
DragEvent |
Fires on the target object when the mouse button is released during a drag-and-drop operation.
|
| Pseudo-class |
Description |
| drag |
Applied to the drag source during operation
|
| drop |
Applied to the drop target when it is allowed
|
| Constant |
Value |
Description |
|
|