Hi,
I asked this question over at stackoverflow but maybe someone here can help me?
i'm trying to update some very old code from fckeditor to ckeditor, but instead of changing every html page is there i way i can just change the javascript that fckeditor used to call?
here's the question on stackoverflow
http://stackoverflow.com/questions/21529707/upgrading-from-fckeditor-to-ckeditor
See this Upgrading from
See this Upgrading from FCKeditor 2 guide: http://docs.ckeditor.com/#!/guide/dev_upgrade_fckeditor_2
It basically says that you need to install from scratch as CKEditor was a complete rewrite of FCKeditor code base.
However the actual amount of work depends on the extent of your customizations. If you did none, perhaps you will be able to just delete FCKeditor files, install CKEditor and add the CKEDITOR.replace() call to use the default CKEditor package with the default configuration.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!