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) 
var instance; // Type: options
instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.