how to save webdatatree node data to mysql on serverside or ajax method
Hi,
can you share whta data you want to save? We currently do not have any general method for exporting data from a node.I think you have to make your own code that traverses the tree collections in a recursive way and saves the relevant data from a node. You can save it into a string or JSON and post in using AJAX to some service or what ever. What is the use case behind this scenario?
Thanks,
Lubomir