DHTMLX Docs & Samples Explorer

onMouseOut Event

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

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