Check documentation for the latest version of dhtmlxSuite onFocus DHTMLX Docs

onFocus

fires when a window was focused on

void onFocus();

Example

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

Related samples

Back to top