Wijmo UI for the Web
nodeDragging Event
jQuery Event object
The node widget that relates to this event.
The nodeDragging event handler.A function called when the node is moved during a drag-and-drop operation.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.nodeDragging = function(e, data) { };
Javascript (Specification) 
nodeDragging = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
The node widget that relates to this event.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.