Check documentation for the latest version of dhtmlxSuite onParkDown DHTMLX Docs

onParkDown

fires when a window was parked down

void onParkDown();

Example

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

Related samples

Back to top