Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by tribe on Jul 02, 2008 04:40
open dhtmlx forum
Combobox with two different images for selection

I want use two different image for selection (program code: "z.src = (window.dhx_globalImgPath?dhx_globalImgPath:"")+'combo_select.gif';") according combo readonly property
What is the easiest way to do it?
Answer posted by Support on Jul 02, 2008 05:42
You can modify readonly method of dhtmlxCombo and add logic, which change image to different one
    combo.DOMelem_button.src='some_other_select.gif';