Event onMouseOver in a node

There’s a way to put the onMouseOver event in the nodes of the Tree?



Regard’s.

There are next two events of treeonMouseInonMouseOutwhich fire when mouse moved over item, or moved out from itemtree.attachEvent(“onMouseIn”,function(id){� �//id of item� … any custom code here…});Please be sure to set those events before loading data in tree