Wijmo UI for the Web
nodeDropped Event
Standard jQuery event object
Information about an event
The nodeDropped event is called when an acceptable draggable node is dropped over to another position.
Syntax
Javascript (Usage) 
$(function () {
    // Set nodeDropped event handler function
    $(".selector").wijtree({
        nodeDropped : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
nodeDropped = function ( 
   e : jQuery.Event,
   data : INodeDroppedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.