Editors customization

Hi,



I want to customize one of data for event. I want to put a combobox, thant changes its content based on a radiobox buttons on page. The best way to get this would be getting combo options from an Ajax request.



Thanks in advance,



Esteve


Hello,


combo options can be loaded from xml file or xml string:


combo.loadXML(path_to_xml)


combo.loadXMLString(xml_string)


Moreover you can use addOption method to add options. The sample is dhtmlxCombo/samples/01_initialization/02_combo_init.html

Thanks for this quick answer. Unfortunatelly, I don’t find this script on download file. I’m testing community version. Thanks again.

The same demo is available on our website dhtmlx.com/docs/products/dhtmlxC … _init.html

Sorry, I mispelled the product: scheduler, so I want to update a combobox into  the ligthbox. Thanks again for your patience.