Is it possible to create a combo box with images using the dhtmlXComboFromSelect constructor? The img_src would be added as attributes to the options in the html.
Can be done with latest build of dhtmlxcombo.
You must define type of options as
<select opt_type=“image” … >
<option value=“1” img_src=“some.gif”>One
…
How can I setDefaultImage option with dhtmlXComboFromSelect ? I used your sugestion opt_type=“image”