views:

169

answers:

1

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?

+1  A: 

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.

Upper Stage