HTML CSS examples for HTML Global Attribute:dropzone
The dropzone attribute specifies whether the dragged data is copied, moved, or linked, when it is dropped on an element.
Value | Description |
---|---|
copy | Dropping the data will result in a copy of the dragged data |
move | Dropping the data will result in that the dragged data is moved to the new location |
link | Dropping the data will result in a link to the original data |