Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by john on Apr 09, 2008 07:23
open dhtmlx forum
dhtmlXTree drag-and-drop

This is actually a follow up question - I didn't see how to add a follow up from your initial response.

Say I have the complete tree (in the correct format) in an object that implements XMLStreamReader.  Can I just load that object and render the tree or do I need to transform it into an XML string?

Answer posted by Support on Apr 10, 2008 03:43
>> I didn't see how to add a follow up from your initial response.
You can use - "open in interactive version" link
         http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=2685

>>Can I just load that object and render the tree or do I need to transform it into an XML string?

The grid can take data from external URL
    tree.loadXML
from XML string
    tree.loadXMLString(....

There is no way to provide any custom  object as source of data.