Check documentation for the latest version of dhtmlxSuite onParkUp DHTMLX Docs

onParkUp

fires when a window was parked up

void onParkUp();

Example

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

Related samples

Back to top