开发者

TinyMCE like Richtext Editor for C# .NET?

Is there a good Rich Text WYSISYG editor for C# Winform appli开发者_如何转开发cations? Something like an embeddable wordpad?


We are using TextControl, it supports RTF, PDF DOC, DOCX an it's very easy to integrate.


You could use something from one of the major winforms framework people. I use DevExpress http://www.devexpress.com/, mostly because that also gets me Coderush and Refactor Pro at the same price.

Other options are Telerik, Infragistics, etc.

These are not free, but you get fantastic customer support. Even my non-priority questions are answered in hours, sometimes even on weekends. By answered I mean some kind of code sample showing how to accomplish a task or work around a bug till it gets fixed.

You can also test drive them before buying to make sure you like their environments and solutions.


You can use ckeditor http://ckeditor.com/.

The download package includes samples with "asp" samples that can be "adapted" for asp.net and a lots of examples of different implementations.

In the practice this editors works like a multiline "textBox" area on the server side returting to you the html source of the control.


I would recommend http://freetextbox.com/. It's free and many browsers support it (Internet Explorer 6,7,8,9, Firefox 1,2,3, Google Chrome 1,2,3,4,5 etc.).

They also have a demo and documentation to play with on their website. The community is not really active. But there are topics about installation help and son on. By the time of writing this post the last message at the forum was placed 3 days ago.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜