Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by selvam on Jul 16, 2007 12:45
open dhtmlx forum
dhtmlxtree view

There is anyway to add the child element in server generated xml file as the dhtmlxtree supported?

Actually the server generated only the node value xml file. i would like to add child value for those each and every node.
tree = new dhtmlXTreeObject(outId,"100%","100%",0);
                tree.setImagePath("");
                tree.enableSmartXMLParsing(true);       
                tree.loadXMLString(xmlstring);
i am getting the xml file like this way.. can u help me??

Answer posted by Andrei (Support) on Dec 07, 2014 14:46

Having solved the problem mentioned above, you may also look through the possible related problems with web application components and rails combo box.