I need to use the blur event (or similar) in CKEditor version4. I want to use it as a trigger to copy the contents of the CKEditor inline <div> to the corresponding hidden <textarea>.
What concerns me is that this event is not listed in the version 4 documentation, and I don't want to use deprecated API calls. Is this event supported in version 4 or should it not be used. What is the recommended equivalent in version 4?
Regards, Richard