Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on May 14, 2007 18:01
open dhtmlx forum
How to add (set) event handler (onselect) to dhtmlxCombo

Answer posted on May 14, 2007 19:22
Initial release of dhtmlxCombo has no support for events, they will be introduced in oncoming release.
If you need such functionality ASAP - please use attached file instead of original one, it provides next way to handle events

combo.onkeypressed=function(e){
    //occurs when key typed in combo
    //e - event object
}
combo.onchange=function(){
    //occurs then selected value changed
}

Answer posted on May 16, 2007 14:51

Attachments (1)
Answer posted by Inga (Support) on Nov 29, 2014 10:32

I hope this information will be enough for you. But you also can have a look at php scheduling calendar and dhtml tab script.