Hi,
the combo box does not work. I can see from firefox that the xml was returned. Nothing is wrong with the xml since its the 1,2,3 xml etc from the combo demo. The combo renders as expected. So…
I am using flask as my framework and simply return an xml
I get
Error type: Loadxml
Description: incorrect xml
<script>
window.dhx_globalImgPath="static/js/dhtmlxCombo/codebase/imgs/";
</script>
var x=new dhtmlXCombo(“account”,“alfa3”,200);
x.loadXML("/ajax_ddl");
x.enableFilteringMode(true);
x.disable(false);
x.attachEvent(“onChange”, accountChanged);