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.
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.
I've just started using WYMeditor, and it seems pretty good so far.
Try this:
My only complaint is that is doesn't work (but degrades gracefully) in Chrome. I expect a fix for that sometime soon, anyway.
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
I would throw my vote in for
Despite it's 'almost naughty' name it's a great rich text box and very easy to use.