Categories | Question details Back To List | ||
How to add (set) event handler (onselect) to dhtmlxCombo Hi! I'm trying to add an event to the dhtmlxCombo, i found the support article with the update (posted on May 14, 2007 18:01), but i am not able to download the zip file (dhtmlXCombo.zip) with the updated code, it keeps saying 'Some unexpected Error occured. Please try later'. Is there any way you can email that update. Thank You! James Answer posted on Oct 29, 2007 08:15 In case of latest build ( available at dhtmlx.com ) you can use same approach as for other dhtmlx component combo.attachEvent("onChange",function(){ //event handler code here }); |