Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Chris on Oct 04, 2008 06:54
open dhtmlx forum
ComboBox border color


Hi,


How can I change the border color of a combo box after creation?

z.DOMlist.style.border="1px solid red";

z.DOMelem_input.style.border="1px solid red";

.borderColor="red";

.style="border-color:red";


None of the above works. Any ideas? Thanks.


Chris.
Answer posted by Support on Oct 06, 2008 05:54
combo.DOMelem.style.border="1px solid red";

or just update dhx_combo_box css class in dhtmlxcombo.css