Check documentation for the latest version of dhtmlxSuite onUnStick DHTMLX Docs

onUnStick

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

void onUnStick(object win);
winobjectwindow instance

Example

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

Related samples

Details

win is dhtmlXWindowsCell instance, please check dhtmlXWindowsCell API for details

Back to top