jquery - How to integrate CKEditor into Asp.net MVC -


What could be seen about the new version of FcodeEditor on CodeProject?

In fact it is very easy to download the latest code from the first and make it a directory in your project Remove in (select I / script / ccditor). Then in your opinion, use the same code as "full sample" in it and it should work.

Actually, the important steps are:

  1. Make sure you include the ckeditor.js file in your head or in your master page, though you do Want this This needs to be the exact location within your project (I will use the visual file dialog which you can pop up while editing an SQLite attribute in Visual Studio so that it is automatically linked to the file.)
  2. Keep it:

    & lt; Script type = "text / javascript" & gt; CKEDITOR.replace ('editor1'); & Lt; / Script & gt;

    Right after your texture, make sure that the text of the ID is same as the CKEDITOR.replace () statement.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -