I wonder why you people have not provided us with the XSD’s of your controls xml data/config data. One have to do lots of searching on the web to know about the correct & allowed structure of xml data that is needed to load or configure or populate a control. For instance, I load a dhtmlxform object with xml, whose one input is a combo; now who will tell me how to specify that combo options in the form xml file?
Here are xml formats for the components:
dhtmlx.com/docs/products/doc … index.html
Combo options can be set using either options or connector. Property:
dhtmlxForm/samples/02_items/08_combo.html
dhtmlxForm/samples/06_data/06_combo_options.html
connector property defines path to xml with combo data.