compare preEdit and postEdit data
compare preEdit and postEdit data
i have an editor instance with an ajax object source, where i want to call a function if (and only if) the email address has been changed
i can log the json data for preEdit and postEdit, but is it possible to compare, (and if so is it the best way) ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
actually, in answer to my own question, I think i want to be comparing InitEdit and PostEdit.
You are correct -
initEdit
is the event to use to get the value when editing is started. ThepreEdit
naming choice is a little poor (legacy).Allan