Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mongkol on Aug 20, 2008 03:46
open dhtmlx forum
How to change Dhtmlx combo image on mouse over ?

if i want to change images "combo_select.gif" to other image when i move mouse over Dhtmlx object ?
Answer posted by Support on Aug 20, 2008 05:21
dhtmlxEvent(combo.DOMelem_input,"mouseover",function(){
      combo.DOMelem_button.src="some.gif";
});