Does anyone else find the online documentation to CKEditor woefully inadequate?
I upgraded to CKEditor 3.1 (from v3.0.1) and lost my toolbar. What other surprises can I expect? Have you upgraded to v3.1?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It appears that the new version of CKEditor constructor (CKEDITOR.replace) does not support the same configuration options as does previous versions. I resolved this problem by removing properties from the object passed to replace() and then slowly adding them back until I found the offending options.