views:

3454

answers:

7

Hi,

Was wondering what the best WYSIWYG editor that I can embed in a web-site based on the ASP.NET MVC Framework? Ideally it should be Xhtml compliant and allow users to embed images etc.

The only one I've used before is the FCKEditor, how well does this work with the MVC - has anyone tried...?

My main requirements are:

  • Xhtml compliance
  • Deprecate (as best it can) when Javascript is disabled
  • Modify the toolbar options
  • Skinable (at least easily change the look and feel)
  • Easy to use client side api
  • Plays nicely with the ASP.NET MVC framework

Edit:

As Nick said, the XStandard editor is good, but requires a plug-in...what are your thoughts on requiring a plug-in for web-site functionality?

Thanks,
Kieron

Additional info:

As Hippo answered, the TinyMCE edit is ideal - for completness here's there download page:

http://tinymce.moxiecode.com/download.php

There's a download for .NET, JSP, ColdFusion, PHP and a jQuery plug-in too. Also, there are language packs available.

Been using it for a while now, best editor I've used. Thanks all!

A: 

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

Nick
Looks good, but a low friction (no plug-ins) editor would be better I know...what does the community think?
Kieron
@smiller - depends entirely on the requirements for the app. A plug-in for a public forum is a dumb idea, but for a company intranet might be a good solution.
Nick
You don't want visitors to your site to have to install something. Flash is bad enough but just for an editor? No.
Chad Moran
This is a valid solution in some cases so +10 to counter the haters.
TreeUK
+9  A: 

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

Hippo
Great suggestion, I'll probably be using this myself now.
Chad Moran
There's a great jQuery plug-in for it on the TinyMCE site too. Well worth it (:
Kieron
+3  A: 

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

Shawn Miller
A: 

Any samples of using these editors with MVC Framework? Video or sample application?

Thanks

+2  A: 

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

Graffen
+3  A: 

Here is a good link to using FckEditor with MVC Framework

Using FCK Editor with ASP.NET MVC

+2  A: 

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.

Mickel