1

What is a good and simple wysiwyg text editor to use with asp.net mvc I only need the bold and insert a link functionalities.

Thanks :)

noobplusplus
  • 177
  • 1
  • 2
  • 12
  • possible duplicate of [What is the best free online wysiwyg editor I could embed to my client's website?](http://stackoverflow.com/questions/191188/what-is-the-best-free-online-wysiwyg-editor-i-could-embed-to-my-clients-website) and [What's the best WYSIWYG editor when using the ASP.NET MVC Framework?](http://stackoverflow.com/questions/590960/whats-the-best-wysiwyg-editor-when-using-the-asp-net-mvc-framework) – jrummell May 16 '12 at 16:41

5 Answers5

3

I use tinymce.

It's really easy to use and looks fantastic. You can customise it so only what you want is shown.

griegs
  • 22,624
  • 33
  • 128
  • 205
2

Here is another CKeditor

Joe
  • 286
  • 1
  • 2
  • 13
0

Telerik's Kendo UI Editor - I find this very nice.

Michael
  • 3,416
  • 1
  • 19
  • 21
0

You can certainly use the ASP.Net Ajax control toolkits HTML editor or third party tools.

Following is the link to HTML editor that you might be already knowing;

http:// www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/HTMLEditor.aspx

http:// www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HTMLEditorExtender/HTMLEditorExtender.aspx

http://mvccontroltoolkit.codeplex.com/

http://richtexteditor.com/mvc/

0

Telerik has one, and it's open source.

This is a very young production and it is very basic.

Michael
  • 3,416
  • 1
  • 19
  • 21