vote up 1 vote down star

Can you recommend an WYSIWYG HTML Editor that works well with ASP.NET MVC? Any experience of the retail version of Obout's HTML Editor?

flag

1 Answer

vote up 4 vote down

I use tinymce. Its a javascript wysiwyg. It will turn any textarea into a wysiwyg with a simple init script

It will write great xhtml and plugins are easy to add or download and it will work with mvc or whatever technology is used so long as it renders html

link|flag
OK, thanks. Is it easy to style TinyMCE's dialogs? – pacoza Aug 4 at 10:50
Yes simply add a location to a stylesheet in the init function. the docs are pretty good – jdt199 Aug 4 at 11:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.