How to integrate CKEditor into Asp.net MVC
Saw this post at CodeProject for FCKEditor. Can someone explain what about the new version? It's pretty easy to do actually. First download the latest code from the website and extract it to a directory in your project (I choose /Scripts/ckeditor). Then in your view, use the same code as in the "complete sample" in this link and it should work. Basically, the important steps are: Make sure you include the ckeditor.js file in the head from your view or in your master page, however you want to do it. This needs to be the exact location within your project (I would use the find file dialog that