Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by vasu on Aug 14, 2009 09:23
open dhtmlx forum
How to change the border color and inside color of Dhtmlx combo when any button is clicked?

Answer posted by Alex (support) on Aug 17, 2009 01:39

Combo doesn't provide public methods to do that. The object of combo input can be got by DOMelem_input property. You can try to apply custom styles to this object:

var cInput = combo.DOMelem_input;