DHTMLX Docs & Samples Explorer

onXLE Event

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

  • tree - tree object;
  • id - id of the last parsed item.
          tree.attachEvent("onXLE", function(tree,id){});