Check documentation for the latest version of dhtmlxSuite onStick DHTMLX Docs

onStick

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

void onStick();

Example

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

Related samples

Back to top