preSubmit leaves inline editing open
preSubmit leaves inline editing open
nicontrols
Posts: 32Questions: 16Answers: 1
I'm editing a field inline and checking the value using preSubmit:
editor.on( 'preSubmit', function ( e, data, action ) {
//check a few things
return false;
} );
Return false stops the submission, but leaves the inline editor still in the edit state, is there a way to "end" the edit?
This discussion has been closed.
Answers
This seems to be what I'm after