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?
Vyacheslav
Posts: 70Questions: 27Answers: 0
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
This discussion has been closed.
Answers
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