I'm looking for a "simple" RTE editor for a MVC application I'm programming.
我正在为我正在编程的MVC应用程序寻找一个“简单”的RTE编辑器。
The editor running the * message editor is almost exactly what I'm looking for. We don't need anything as fancy as FCK's editor.
运行*消息编辑器的编辑器几乎就是我正在寻找的。我们不需要任何像FCK编辑那样华丽的东西。
Any suggestions?
有什么建议么?
5 个解决方案
#1
15
See this article - 10 jQuery and non-jQuery javascript Rich Text Editors. Should be something there you like!
看到这篇文章 - 10个jQuery和非jQuery javascript富文本编辑器。应该是你喜欢的东西!
#2
5
Stack Overflow uses WMD Editor. When you say 'almost exactly what you're looking for', what other features are you after?
Stack Overflow使用WMD编辑器。当你说“几乎就是你要找的东西”时,你会追求其他什么功能?
#3
3
I have personally used FCKEditor on ASP.NET MVC with great success. An excellent editor, highly customisable. So as you don't need anything as complex as FCK with its defaults, you can strip it down to bare-bones.
我亲自在ASP.NET MVC上使用FCKEditor取得了巨大的成功。优秀的编辑器,高度可定制。因此,您不需要像FCK那样复杂的默认设置,您可以将其剥离为裸机。
#4
2
TinyMCE -- you can customize it to show as few or as many buttons as you want.
TinyMCE - 您可以自定义它以显示您想要的少数或多个按钮。
#5
0
Telerik makes a decent set of .Net controls, including a WYSIWYG editor. Think you have to pay for the full version though...
Telerik制作了一套不错的.Net控件,包括WYSIWYG编辑器。认为你必须为完整版付费...
Telerik RadEditor
#1
15
See this article - 10 jQuery and non-jQuery javascript Rich Text Editors. Should be something there you like!
看到这篇文章 - 10个jQuery和非jQuery javascript富文本编辑器。应该是你喜欢的东西!
#2
5
Stack Overflow uses WMD Editor. When you say 'almost exactly what you're looking for', what other features are you after?
Stack Overflow使用WMD编辑器。当你说“几乎就是你要找的东西”时,你会追求其他什么功能?
#3
3
I have personally used FCKEditor on ASP.NET MVC with great success. An excellent editor, highly customisable. So as you don't need anything as complex as FCK with its defaults, you can strip it down to bare-bones.
我亲自在ASP.NET MVC上使用FCKEditor取得了巨大的成功。优秀的编辑器,高度可定制。因此,您不需要像FCK那样复杂的默认设置,您可以将其剥离为裸机。
#4
2
TinyMCE -- you can customize it to show as few or as many buttons as you want.
TinyMCE - 您可以自定义它以显示您想要的少数或多个按钮。
#5
0
Telerik makes a decent set of .Net controls, including a WYSIWYG editor. Think you have to pay for the full version though...
Telerik制作了一套不错的.Net控件,包括WYSIWYG编辑器。认为你必须为完整版付费...
Telerik RadEditor