Hi support team,
I try to sue the image methode in one of my combos but I get any result
Here my code (copied from your sample) :
<select mode="image" imagePath="/dhtmlxSuite_V_4.0/samples/dhtmlxCombo/common/flags2/" defaultImage="flag_green.png" defaultImageDis="flag_gray.png" style="width:90px;" id="combo_zone" ><option value="some value"></option><option value="O" img_src="/dhtmlxSuite_V_4.0/samples/dhtmlxCombo/common/flags/finland.png" img_src_dis="/dhtmlxSuite_V_4.0/samples/dhtmlxCombo/common/flags/dis/finland.png">test</option></select>
here the used paths :
[code]
[/code]