DHTMLX Docs & Samples Explorer

onExpand Event

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

  • itemId - id of the expanded item;
      dhxLayout.attachEvent("onExpand", function(itemId){});