Categories | Question details Back To List | ||
dhtmlxTree from XML structure Just a basic question. If I want to initialize my tree from inline XML, do I need to add dhtmlxTree_start.js file on the page? Answer posted by Stanislav (support) on Oct 28, 2009 11:12 Not necessary, you can use tree.loadXMLString(" any inline xml here "); |