网页编辑器

1,FCKeditor 编辑器
5-51861-FCKeditor.jpg
最新版本: 2.3.1
站点:http://www.fckeditor.net
演示:http://www.fckeditor.net /demo
特点:开源、免费

2,eWebEditor在线编辑器
5-50309-ewebeditor.gif
最新版本:4.0
站点:http://www.ewebsoft.com/
演示:http://ewebeditor.webasp.net/demo.asp
特点:国产、易用

3,InnovaStudio WYSIWYG Editor在线编辑器
注:WYSIWYG是What You See Is What You Get(所见即所得)首字母组合
5-22785-InnovaStudio-WYSIWYG.gif
最新版本:2.9.7
站点:http://www.innovastudio.com/editor.asp
演示: http://www.innovastudio.com/editor_tutorial.asp
特点: 物有所值

4,Tinymce在线编辑器 (博客园用)
5-99120-tinymce.gif
最新版本:3.2.7
站点:http://tinymce.moxiecode.com/index.php

有关如上4款在线编辑器的测试比较,经典论坛有份帖子,可以参阅下:
http://bbs.blueidea.com/viewthread.php?tid=2621172

5,XStandard
5-34316-XStandard.gif
最新版本:1.7.1
站点:http://xstandard.com/
特点:支持XHTML+CSS
说明:XStandard Lite免费,XStandard Pro30天试用

6,Free TextBox在线编辑器
5-37428-freetextbox.gif
最新版本:3.1.6
http://freetextbox.com/
http://freetextbox.com/demos/

=======================

7.Cute Editer(博客园用)
http://cutesoft.net/asp/EnableAll.asp
有破解版的

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、打开VS,在工具栏上点击右键-添加/移除项,在自定义工具箱中的.NET Framework组件,流览将 bin文件夹下的cuteEditor.dll文件引用,将Editor拖到页面即可

CuteEditor 5.0属性设置
1、插入数据库:Editor1.Text
2、文件夹设置: Imports System.IO(引入命名空间)
Dim str As String = Session("UserName")
Dim path As String = "~/UploadFile/" + str + ""
Dim fullPath As String
fullPath = Server.MapPath("UploadFile\") + str
**判断以UserName命名的文件夹是否存在,不存在则创建以UserName命名的文件夹
If Not Directory.Exists(fullPath) Then
Directory.CreateDirectory(fullPath)
End If
**将默认路径uploads改为“path”所表示的路径
Editor1.SetSecurityGalleryPath(path)
3、按纽设置:* 属性----外观----AutoConfigure
* 代码 Editor1.AutoConfigure = AutoConfigure.Simple
* CuteEditor文件夹HowTo目录下的AddButton例子
4、上传文件大小设置(以flash为例):Dim kb As Int32 = 200
Editor1.SetSecurityMaxFlashSize(kb)

开发案例:DW版在线编辑器
演示:http://www.nlimi.com/ud/dreampower.htm
下载:http://www.nlimi.com/ud/dreampower.rar 

转载于:https://www.cnblogs.com/291099657/archive/2009/03/12/1409292.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值