求一个在线编辑控件、可以上传本地图片的、高分献上

cuidehuashow 2010-06-12 04:40:30
需要1个在线文本编辑器、可以上传本地图片的、FreeTextBox 没有上传的功能、本人用不好、如果提供完全步骤更好、谢谢、
在线等、
...全文
289 25 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
25 条回复
切换为时间正序
请发表友善的回复…
发表回复
lilin8905 2010-06-13
  • 打赏
  • 举报
回复
FckEditor
Jcomet 2010-06-13
  • 打赏
  • 举报
回复
fckeditor 还有jquery 的插件 ,
ddjiang1115 2010-06-13
  • 打赏
  • 举报
回复
CKeditor
mengxj85 2010-06-13
  • 打赏
  • 举报
回复
kindeditor
网上的新闻可以直接复制添加上去
hunzib 2010-06-13
  • 打赏
  • 举报
回复
FckEditor很好用 用在后台管理上很不错
nextuntil 2010-06-13
  • 打赏
  • 举报
回复
jquery的xheditor也行

http://code.google.com/p/xheditor/
leejelen 2010-06-13
  • 打赏
  • 举报
回复
CKeditor
Aquarius娜吖 2010-06-13
  • 打赏
  • 举报
回复
FckEditor
顶!
yifanwu 2010-06-12
  • 打赏
  • 举报
回复
[Quote=引用 15 楼 wxr0323 的回复:]
FckEditor就行

使用说明
[/Quote]

就是这个
子夜__ 2010-06-12
  • 打赏
  • 举报
回复
FckEditor就行

使用说明
mngzilin 2010-06-12
  • 打赏
  • 举报
回复
FckEditor
wuyq11 2010-06-12
  • 打赏
  • 举报
回复
freetextbox可以上传FTB:ImageGallery
ckeditor
段传涛 2010-06-12
  • 打赏
  • 举报
回复
freetextbox 挺好用的啊 网上代码也多。
我的资源里有全套代码 你可以参考一下。
dated3 2010-06-12
  • 打赏
  • 举报
回复
ckeditor 和ckfinder上传插件
yypf2540017 2010-06-12
  • 打赏
  • 举报
回复
FckEditor 是蛮不错的 注意版本 因为上传图片有版本有bug 具体哪个忘记了
wosizy 2010-06-12
  • 打赏
  • 举报
回复
DotNetTextBox 网页在线编辑器控件(C#) For ASP.NET

控件默认显示最常见的应用实例,其中后台代码详细说明了控件通过Page_Load绑定默认内容及提交控件内容时的事件响应代码。内含详细使用说明。
下载....
http://www.codefans.net/soft/2378.shtml
zhubo006 2010-06-12
  • 打赏
  • 举报
回复
FCKeditor
sunrui12345678 2010-06-12
  • 打赏
  • 举报
回复
<%@ Page Language="C#" ValidateRequest="false" Trace="false" %>

<%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>

<script runat="server">
protected void Page_Load(Object Src, EventArgs E)
{

// *** remove this return statement to use the following code ***
return;

string currentFolder = ImageGallery1.CurrentImagesFolder;

// modify the directories allowed
if (currentFolder == "~/images")
{

// these are the default directories FTB:ImageGallery will find
string[] defaultDirectories = System.IO.Directory.GetDirectories(Server.MapPath(currentFolder), "*");

// user defined custom directories
string[] customDirectories = new string[] { "folder1", "folder2" };

// the gallery will use these images in this instance
ImageGallery1.CurrentDirectories = customDirectories;
}


// modify the images allowed
if (currentFolder == "~/images")
{

System.IO.DirectoryInfo directoryInfo = new System.IO.DirectoryInfo(Server.MapPath(currentFolder));

// these are the default images FTB:ImageGallery will find
System.IO.FileInfo[] defaultImages = directoryInfo.GetFiles("*");

// user defined custom images (here, we're just allowing the first two)
System.IO.FileInfo[] customImages = new System.IO.FileInfo[2] { defaultImages[0], defaultImages[1] };

// the gallery will use these images in this instance
ImageGallery1.CurrentImages = customImages;
}

}



</script>

<html>
<head>
<title>Image Gallery</title>
</head>
<body>
<form id="Form1" runat="server" enctype="multipart/form-data">
<FTB:ImageGallery ID="ImageGallery1" JavaScriptLocation="InternalResource" UtilityImagesLocation="InternalResource"
SupportFolder="~/FreeTextBox/" AllowImageDelete="true" AllowImageUpload="true"
AllowDirectoryCreate="false" AllowDirectoryDelete="false" runat="Server" />
</form>
</body>
</html>
做成自定义窗体,然后调用一下
njlywy 2010-06-12
  • 打赏
  • 举报
回复
FckEditor
sunrui12345678 2010-06-12
  • 打赏
  • 举报
回复
FreeTextBox 也有上传功能。
加载更多回复(4)

62,244

社区成员

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

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

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

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