Check documentation for the latest version of dhtmlxSuite onHelp DHTMLX Docs

onHelp

fires when the user clicks the “help” button

void onHelp();

Example

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

Related samples

Back to top