Check documentation for the latest version of dhtmlxSuite onFocus DHTMLX Docs

onFocus

fires when an item has got focus

void onFocus();

Example

myCombo.attachEvent("onFocus", function(){
    //your code here
});

Back to top