Check documentation for the latest version of dhtmlxSuite onDock DHTMLX Docs

onDock

fires when cell docked to layout from window

void onDock(string name);
namestringcell name

Example

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

Back to top