DHTMLX Docs & Samples Explorer

onMouseIn Event

This event calls user-defined handlers (if there are any) and passes the following parameter:

  • id - id of the node.
        tree.attachEvent("onMouseIn", function(id){});