Guide:
The latest version of FCKeditor is 2.6, but support for. NET DLL version or 2.5, this article describes the FCKEditor2.6 in ASP.net configuration method.
Examples of this article download addresses (including the entire solution and Web site, available after download):
Address: http://www.china-aspx.com/Forum/showtopic-57.aspx
FCKeditor official Download Address: Http://www.fckeditor.net/download
The configuration method is as follows:
First, download on the official website
Download address: http://sourceforge.net/project/downloading.php? Group_id=75348&filename=fckeditor_2.6.zip
After extracting the directory structure as shown in the following figure:
Ii. deletion of unnecessary documents
From the official download down the size of the FCKEditor2.6 3.61M (after decompression), in fact, there are a lot of files for use only asp.net is not necessary, we can delete unnecessary files:
1. In the root directory, in addition to the editor directory, fckconfig.js, fckeditor.js fckstyles.xml Fcktemplates.xml These several reservations, the rest of the total deletion
Delete all except ASPX directory in 2.editor\filemanager\connectors directory
Delete all except En.js, Zh.js, zh-cn.js in 3.editor\lang directory
4. Delete the _samples directory, of course, if you want to see the example, do not delete this directory.