Check documentation for the latest version of dhtmlxSuite onClose DHTMLX Docs

onClose

fires when the user closes the combo list

void onClose();

Example

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

Back to top