We have have recently moved our website from another server and I am trying to update it. I noticed that it uses FCKEDITOR and I would like to upgrade to CKEDITOR. Can I just replace, in all my web programs, the name of the old editor with the new editor or is there something else I need to watch out for? I have tried it in one program and it works some what but I think the problem is in the following line of coding:
I would greatly appreciate any help on this especially seeing as I am fairly new at web coding.
<script> $(function(){ $('textarea').fck({path: '/employees/fckeditor/'}); }); </script>
I would greatly appreciate any help on this especially seeing as I am fairly new at web coding.
Re: FCKEDITOR VERSUS CKEDITOR
See this for more information: http://docs.cksource.com/CKEditor_3.x/H ... _FCKeditor
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!
Re: FCKeditor versus CKEditor