CuteEditor 5.0 的使用
CuteEditor 5.0 破解版的下载地址是:http://www.seaskyer.net
CuteEditor 5.0 演示地址:http://wap.seaskyer.net/CuteEditor/vb/
一篇比较好的文章: CuteEditor 5.0的安装及它与Ajax.net配合无刷新操作数据库!
优点:配置简单,功能强大
其他在线编辑器:FCKeditor,WebHtmlEditor ,FTB,RichTextBox
CuteEditor 5.0的安装
步骤:1、将CuteEditor文件夹下bin文件夹里的CuteEditor.dl,CuteEditor.lic,CuteEditor.ImageEditor.dll (5.0增加的EditorImage功能)拷到项目的bin目录下。如果需要拼写检查功能则还要拷NetSpell.SpellChecker.dll,并修改web.config文件,如下
<appSettings>
<add key="DictionaryFolder" value="bin"/>
</appSettings>
(“.dic”为扩展名的文件是词典保存为纯文本文件的格式。将bin文件夹里的都拷到项目的bin目录下也可以)
2、将CuteEditor文件夹下CuteSoft_Client文件夹全部拷贝到应用程序的根目录下,并在项目根目录下建立一个uploads文件夹.
3、<%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %><%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %><%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %><%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
<CE:Editor id="txtContents" runat="server"></CE:Editor>
4.txtContents.text
浙公网安备 33010602011771号