Categories | Question details Back To List | ||
changes in XML? How to reflect the edited changes in d-tree back into XML? Answer posted by Support on Nov 19, 2008 08:46 Pro version supports XML serialization You can use var xml = tree.serializeTree(); to get description of tree, with all changes , as XML string |