Check documentation for the latest version of dhtmlxSuite onClose DHTMLX Docs

onClose

fires before a window is closed

void onClose();

Example

w1.attachEvent("onClose", function(win){
    // code here
});

Related samples

Back to top