Check documentation for the latest version of dhtmlxSuite onMaximize DHTMLX Docs

onMaximize

fires when a window was maximized

void onMaximize();

Example

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

Related samples

Back to top