Hello everybody,
I'm currently working on making CKEditor work with my forum software, to replace TinyMCE. For TinyMCE, I had to add this to the submit button:
onclick="tinyMCE.triggerSave(false);"
to prevent a '"Message" is a required field in this form' to pop up. Now is my question, does CKEdito has a replacement for this, as the same issue is there with CKEditor. Also, when clicking "Submit" the second time, the post is posted (the same behavior as with TinyMCE). I hope someone can help me out.
Thanks in advance.