Wijmo UI for the Web
nodeFocus Event
jQuery Event object
The node widget that relates to this event.
The nodeFocus event fired when the node is focused.
Syntax
Javascript (Usage) 
$(function () {
    // Set nodeFocus event handler function
    $(".selector").wijtree({
        nodeFocus : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
nodeFocus = 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
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.