Check documentation for the latest version of dhtmlxSuite onUndock DHTMLX Docs

onUndock

fires when cell undocked to window

void onUndock(string name);
namestringcell name

Example

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

Back to top