I try to use dhtmlxComboBox using dhtmlxForm 3.0, I use json initialisation.
I need to add image on combox item ( option) using optionType: “image” in the combo defintion :
currently combo type doesn’t provide possibity to define options type. We’ll add this feature in the 3.0 Suite release. If you need this feature ASAP, let us know.
Thanks you for your reply.
I am currently developing a C++ framework to generate HTML Gui widgets dynamically using your javascript framework. I want to propose it in an open source project. The aim it to have a small footprint, faster web page dynamic generation, with secure execution. Seems we don’t need PHP platform.
Now I implement ComboBox in the Form 3.0 context release. I want to define dynamically icon for ComboBox item. It will be very interesting If this feature can be proposed. To have an idea of I want to propose, you can see the Qt framework API.
So what do you think about my request, and this project ?
I can not see the image. I build the comboBox object using json data throug a form 3.0 object. I don’t use the comboxBox constructor with “image” parameter for OptionType.
var htmlForm16 = new dhtmlXForm(“htmlForm16”, formData);
var theCombo = htmlForm16.getCombo(“combo2”); //theCombo.setDefaultImage("./WspHtmlGui/style/imgs/green.gif");