dhtmlxForm, dhtmlxCombo with images

I’m using dhtmlxForm and would like to use images in a dhtmlxCombo item as it is described here:
dhtmlx.com/docs/products/dht … ns.htmbuth with no success. Are images in combo’s not supported inside of dhtmlxForm?

Thanks
Filu

Hello
You need to init combo in a form the next way:

{type: "combo", label: "Combo", comboType: "image", name: "mycomb", width: 200}

Thanks, but is there also a way to do this over XML?

seems not to work…

If this approach not working - check the image path. It must work.