user150232
user150232

Reputation:

MVC HTML Editor

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?

Upvotes: 4

Views: 4545

Answers (1)

Sheff
Sheff

Reputation: 3482

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

Upvotes: 7

Related Questions