Check documentation for the latest version of dhtmlxSuite onUnStick DHTMLX Docs

onUnStick

fires when the user disables the "always on top" mode

void onUnStick();

Example

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

Related samples

Back to top