'onDragStart' Syntax and Note : onDragStart « Event Handlers Reference « JavaScript Reference

'onDragStart' Syntax and Note

Note:
    
This event fires when the user starts a drag-and-drop operation on a selection in 
the document. 
For this event to fire, the object must support drag-and-drop.
    
Syntax:


      
      








Related examples in the same category

1.'onDragStart' Example
2.'onDragStart' Properties
3.'onDragStart' is applied to