DHTML combo with events and autocomplete


Hello,



Thanku so much,now my onblur event  is working.



But i want an example to even use onmouseover,onmousedown etc… events (all HTML events).



How can i do it using DHTML coz i only saw 3 to 4 events in the dhtmlxcombo.js, what about all other events?



If possible an example would be of great8 help.



Thanku



 

The combo supports only limited sets of events
dhtmlx.com/docs/products/dhtmlxC … api_events

>>what about all other events?
There is no such events on component level, but you can still handle native DOM events as

dhtmlxEvent(combo.DOMelem_input,“mouseover”,function(e){
//any code here
});


Thanku so much for the Help. My problem is solved.



Gr8 tool :slight_smile: