Check documentation for the latest version of dhtmlxSuite onHide DHTMLX Docs

onHide

fires when a window was hidden

void onHide();

Example

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

Related samples

Back to top