Check documentation for the latest version of dhtmlxSuite onExpand DHTMLX Docs

onExpand

fires when cell expanded

void onExpand(string name);
namestringcell name

Example

myLayout.attachEvent("onExpand", function(name){
    // your code
});

Back to top