how to get newly added data through submitsuccess
how to get newly added data through submitsuccess
mailbothra
Posts: 12Questions: 4Answers: 0
in Editor
editor.on('submitSuccess', function (e, json, data) {
}
This discussion has been closed.
Answers
Could you post your question in the message body as well please? The data returned from the server is the second parameter (
json
), which should contain the updated data.Allan
it has been worked out thanks
Consider using jQuery's
$.each
.Allan