FckEditor网页编辑器的使用总结
FCKeditor的官方网站是: http://www.fckeditor.net/download 目前最新的FCKeditor 2.6.3版本。 请在此页下载: http://sourceforge.net/project/showfiles.php?group_id=75348 要下载Fckeditor 和FckEditor.Net两个压缩文件. 1. 解压FCKeditor.Net_2.6.3.zip找到bin/Debug/2.0下的FredCK.FCKeditorV2.dll,加入到你项目中的bin中. 2.解压FCKeditor_2.6.3.zip,把整个fckeditor加入到项目中的根目录下 3,在程序目录下新建一个文件夹用来保存上传的文件 二 1,精简 fckeditor 文件 A, 将_开头的文件和文件夹全部删掉 B, 将 fckeditor\editor\lang 语言删掉,保留一个 C, 将 fckeditor\editor\skins 皮肤删掉,保留一个 D, 将 editor\filemanager\connectors 编程语言删掉,保留一个 三 添加引用 FredCK.FCKeditorV2.dll 到程序和工具箱 四 点击FCKeditor,选择属性,将 BasePath 改为 /程序名/fckeditor/ ,这样在线编辑器就出来了 五