Check documentation for the latest version of dhtmlxSuite onStick DHTMLX Docs

onStick

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

void onStick(object win);
winobjectwindow instance

Example

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

Related samples

Details

win is dhtmlXWindowsCell instance, please check dhtmlXWindowsCell API for details

Back to top