DHTMLX Docs & Samples Explorer

onXLS Event

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

  • tree - tree object;
  • id - id of the item for which XML is loaded.
          tree.attachEvent("onXLS", function(tree,id){});