Get previous field value with preEdit event

Get previous field value with preEdit event

mc2devmc2dev Posts: 33Questions: 6Answers: 0

Hello,

I'm looking for a way to get the previous field value during a preEdit event :

editor.on('preEdit', function (event, json, data) {
      // Here, I want to check the previous field value
})

Thans for your support!

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    Answer ✓

    I'm assuming this is a duplicate of your other thread?

    Colin

  • mc2devmc2dev Posts: 33Questions: 6Answers: 0

    Yes, I'm sorry for that. You can close this topic.
    Thank you.

Sign In or Register to comment.