Wijmo UI for the Web
nodeMouseOver Event
jQuery.Event object.
The node widget that relates to this event.
The nodeMouseOver event fires when a user places the mouse pointer over a node.
Syntax
Javascript (Usage) 
$(function () {
    // Set nodeMouseOver event handler function
    $(".selector").wijtree({
        nodeMouseOver : function (event, data) {
     
        }
    });
});
Javascript (Specification) 
nodeMouseOver = function ( 
   event : object,
   data : object
) { };

Parameters

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

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.