Categories | Question details Back To List | ||
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; |