Upperstage
Upperstage

Reputation: 3757

Upgrade to CKEditor 3.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?

Upvotes: 0

Views: 365

Answers (1)

Upperstage
Upperstage

Reputation: 3757

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.

Upvotes: 1

Related Questions