Question

What is the best rich text box to use with ASP.NET 2.0?

I need to allow users (non technical) format their own email with simply styling, but it needs to be shown as they type, rather than a markup language with a preview.

Was it helpful?

Solution

no problems with http://tinymce.moxiecode.com/ and has some nice features too. it's written in javascript as is http://www.fckeditor.net/

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

OTHER TIPS

Try this:

http://freetextbox.com/

My only complaint is that is doesn't work (but degrades gracefully) in Chrome. I expect a fix for that sometime soon, anyway.

I would throw my vote in for

http://www.fckeditor.net/

Despite it's 'almost naughty' name it's a great rich text box and very easy to use.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top