if i want to change images “combo_select.gif” to other image when i move mouse over Dhtmlx object ?
dhtmlxEvent(combo.DOMelem_input,“mouseover”,function(){
combo.DOMelem_button.src=“some.gif”;
});
if i want to change images “combo_select.gif” to other image when i move mouse over Dhtmlx object ?
dhtmlxEvent(combo.DOMelem_input,“mouseover”,function(){
combo.DOMelem_button.src=“some.gif”;
});