What's the best WYSIWYG editor when using the ASP.NET MVC Framework? [closed]

帅比萌擦擦* 提交于 2019-11-27 17:24:04

I really like TinyMCE which also should fit your requirements. It is well documented and offers a lot of possibilities to configure.

CKEditor (the next version of FCKEditor) is in beta, but looks like it might eventually be pretty nice.

Here is a good link to using FckEditor with MVC Framework

Using FCK Editor with ASP.NET MVC

Have a look at Aloha Editor http://aloha-editor.org which comes with a new concept: complete frontend editing with no iframe and real WYSIWYG.

Search on the JQuery homepage for a list of JQuery compatible WYSIWYG editors. There are quite a few there: JQuery plugins

I really like the simplicity and extensability of markItUp!

It's actually not a WYSIWYG, but we just changed from using TinyMCE to markItUp quite recently and I must say that it has been working very well!

And best of all, it's very easy to extend.

XStandard fits most of your requirements, but it does require your clients to install a browser plug-in.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!