Hello,
I would like to know if we can put a picture (I mean the url of the picture) in a String object which will be inserted in a loadXmlString method.
In fact, when i do this :
combo.loadXMLString("
one
two
three
");
The picture does’nt appear but the data are correctly loaded.
Thanks you for your help and i wish you a good day.
Vinou94400
Hello,
make sure that you have included dhtmlxcombo_extra.js and use “image” option type:
dhtmlxCombo/samples/03_options/03_combo_options.html
Yes, i have done it. When i try to put pictures using an xml file it doesn’t work either. And when i use the setDefaultImage method, the text doesn’t appear too. I am lost…
Could you provide the demo to recreate the problem?