Check documentation for the latest version of dhtmlxSuite onMinimize DHTMLX Docs

onMinimize

fires when a window was minimized

void onMinimize();

Example

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

Related samples

Back to top