求,常用的后台文本编辑器

loveflydhl 2009-07-07 10:33:41
RT:常用的,顺便告诉哈使用方法。。。谢谢
...全文
114 21 打赏 收藏 转发到动态 举报
写回复
用AI写文章
21 条回复
切换为时间正序
请发表友善的回复…
发表回复
Adechen 2009-07-07
  • 打赏
  • 举报
回复
FreeTextBox还可以用
yanlong521521 2009-07-07
  • 打赏
  • 举报
回复
eWebEditor1简单实用
wuyq11 2009-07-07
  • 打赏
  • 举报
回复
fckeditor,freetextbox,cuteeditor到51aspx.com上看看
fckeditor用的比较多
参考
白云任去留 2009-07-07
  • 打赏
  • 举报
回复
htmlarea,fck,Cuteeditor...
gdjlc 2009-07-07
  • 打赏
  • 举报
回复
一般用fckeditor,使用方法:
1.
在下载的文件中包含控件的源代码和一个已经编译好的文件("FredCK.FCKeditorV2.dll")。需要在你的项目中引用编译好的DLL文件,引用有2个方法:

手动复制FredCK.FCKeditorV2.dll 文件到你网站的"bin"目录
在你的Visual Studio.Net项目中按右键并选择“添加引用” ,从你保存FredCK.FCKeditorV2.dll 文件的地方选择他。
你也可以直接在Visual Studio.Net工具箱中包含这个控件,在工具箱中右键,选择“添加项”,然后,选择FredCK.FCKeditorV2.dll 。
确保你已经有了最新的DLL文件版本。
2.

现在就可以在你的网站上使用他了,新建一个ASP.Net页面,在页面上创建一个实例,有2个方法:

把控件从工具箱中拖到你的页面(如果你已经在“第二步”中把他加到你的工具箱)
在你的ASP.Net页面顶部包含以下代码:
<%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>

并且在<FORM runat="server">中添加控件的标签:

<FCKeditorV2:FCKeditor id="FCKeditor1" BasePath="~/FCKeditor/" runat="server" />

注意: BasePath 属性所指定的目录就是FCKeditor 所在的目录

全部代码如下

<%@ Page ValidateRequest="false" Language="VB" AutoEventWireup="false" %>

<%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>

<html>

<head>

<title>FCKeditor - Sample</title>

< http-equiv="Content-Type" content="text/html; charset=utf-8" />

</head>

<body>

<form runat="server">

<FCKeditorV2:FCKeditor id="FCKeditor1" BasePath="~/FCKeditor/" runat="server" />

<br />

<input type="submit" ="Submit" runat="server" />

</form>

</body>

</html>
gongsun 2009-07-07
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 satan1122 的回复:]
引用 2 楼 sy_binbin 的回复:
FCK


顶这个
[/Quote]

kfc
SATAN1122 2009-07-07
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 sy_binbin 的回复:]
FCK
[/Quote]

顶这个
sy_binbin 2009-07-07
  • 打赏
  • 举报
回复
FCK
nosuchtracter 2009-07-07
  • 打赏
  • 举报
回复
freetextbox
这个开源
dotnettextbox
这个功能多,但不开源,不推荐
mengxj85 2009-07-07
  • 打赏
  • 举报
回复
UP,见FCK用得挺多的
流金年代 2009-07-07
  • 打赏
  • 举报
回复
个人觉得dotnettextbox不错 但是FCK也很好
whxwchg 2009-07-07
  • 打赏
  • 举报
回复
wdTextBox
FreeTextBox
CuteEditor
DotNetTextBox
WebTextPane
shuhaoc 2009-07-07
  • 打赏
  • 举报
回复
推荐dotnettextbox
xingzhiasa 2009-07-07
  • 打赏
  • 举报
回复
http://www.cnblogs.com/uephee/archive/2008/12/24/1293710.htm
自己选吧,网络上该有的都在这里了……
  • 打赏
  • 举报
回复
dotnettextbox
我一直用这个,我的个人站点内容发布就是用这个控件

杨永强个人站点:http://www.developceo.cn/
snoopy83101 2009-07-07
  • 打赏
  • 举报
回复
fck呀..不过这些上传的图片好像没法跟内容关联.
Pig23 2009-07-07
  • 打赏
  • 举报
回复
[Quote=引用 4 楼 gongsun 的回复:]
引用 3 楼 satan1122 的回复:
引用 2 楼 sy_binbin 的回复:
FCK


顶这个


kfc
[/Quote]
fuck
beidouchenxing 2009-07-07
  • 打赏
  • 举报
回复
FCKeditor 使用方法参见http://hi.baidu.com/xiao_wei2008/blog/item/56bdfa0a44d51939b1351d35.html
http://hi.baidu.com/lataing/blog/item/657f87cc146c211700e9283b.html
非常详细
bl_song 2009-07-07
  • 打赏
  • 举报
回复
FcKeditor,用法参考http://hi.baidu.com/hus07331/blog/item/b0593f00949b860b738da595.html
guoziwumingzi 2009-07-07
  • 打赏
  • 举报
回复
eWebEditor1
加载更多回复(1)

62,075

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧