I have been using DHTMLX Message Library from https://github.com/DHTMLX/message/
I love it! But i have been trying to attach DHTMLX ComboBox to it and have been having problem with the dropdown functionality not working.
[code]
box1 = dhtmlx.modalbox({
title:“Submit”,
content: “submitbox”
});
dhtmlx.modalbox(box1);
dhxComboCountry = new dhtmlXCombo(“subcountry”,“alfa3”,275);
dhxComboCountry.loadXML(“php/getcountry.php”);
[/code]
Once attached, the dropdown menu of the combobox does not work.
Is there a work around to this issue?
Will appreciate your help.
Thanks.