I have a bunch of input inputs which save on blur right now and I want to make CKEditor perform the same way.
I've played with editor.on('blur', ...) but I want an event that will only fire when I click out of the editor and anything associated with it. The blur event fires if I click on another dialog box.
Is there another event I can use or how can I identify if the blur event was triggered by something within CKEditor?
I've played with editor.on('blur', ...) but I want an event that will only fire when I click out of the editor and anything associated with it. The blur event fires if I click on another dialog box.
Is there another event I can use or how can I identify if the blur event was triggered by something within CKEditor?