What is a good simple wysiwyg text editor to use with asp.net mvc?
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 :)
I use tinymce.
It's really easy to use and looks fantastic. You can customise it so only what you want is shown.
Here is another CKeditor
Telerik has one, and it's open source.
This is a very young production and it is very basic.
Telerik's Kendo UI Editor - I find this very nice.
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/
精彩评论