Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
save webdatatree data
posted

how to save webdatatree node data to mysql on serverside or ajax method

  • 3726
    posted

    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