how to get newly added data through submitsuccess

how to get newly added data through submitsuccess

mailbothramailbothra Posts: 12Questions: 4Answers: 0

editor.on('submitSuccess', function (e, json, data) {

}

Answers

  • allanallan Posts: 61,880Questions: 1Answers: 10,138 Site admin

    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

  • mailbothramailbothra Posts: 12Questions: 4Answers: 0
    edited September 2016

    it has been worked out thanks

  • allanallan Posts: 61,880Questions: 1Answers: 10,138 Site admin

    Consider using jQuery's $.each.

    Allan

This discussion has been closed.