Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by James Youngblood on Oct 28, 2007 16:18
open dhtmlx forum
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
});