Best free richtextbox for ASP.NET 2.0?

Which text box is best for ASP.NET 2.0?

I need to allow users (non-technical) to format their own email address in a simple style, but it needs to be shown by type, and not by preview markup.

+3
source share
4 answers

no problem with http://tinymce.moxiecode.com/ and has some interesting features. it is written in javascript as http://www.fckeditor.net/

http://tinymce.moxiecode.com works in chrome

+5
source

Try the following:

http://freetextbox.com/

- ( ) Chrome. , , .

+3

http://www.fckeditor.net/

Despite being an “almost mischievous” name, it is a great text box and very easy to use.

+2
source

I just started using WYMeditor , and so far it seems pretty good.

0
source

Source: https://habr.com/ru/post/1702700/


All Articles