Check documentation for the latest version of dhtmlxSuite onOpen DHTMLX Docs

onOpen

fires right after the combo list has opened

void onOpen();

Example

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

Back to top