Is it possible to submit changes not via ajax but just update HTML/Array/Object-sourced data?

Is it possible to submit changes not via ajax but just update HTML/Array/Object-sourced data?

VyacheslavVyacheslav Posts: 70Questions: 27Answers: 0
edited January 2016 in Editor

Is it possible to submit changes not via ajax but just update HTML/Array/Object-sourced data? I hope it's possible somehow ...

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin
    Answer ✓

    Could you state your question in the message box please?

    So answer your question from the title - yes it is possible, but it isn't particularly easy. You need to use the ajax option to override the default Ajax operation of Editor and have the callback that your custom function makes still respond with the required JSON structure that Editor needs.

    Allan

This discussion has been closed.