views:

242

answers:

5

I'm looking for a good, WYSIWYG editor that I can integrate into my web pages enabling my users to edit letters, legal agreements, etc. without requiring them to learn a new set of commands or syntax or going crazy trying to remove a table or resize an image.

I have read the relate questions. And I have used probably most of the better ones, including fckeditor, tinymce, and ephox. And have looked at many others. None are what I consider a really good editor.

Ephox was the best one in terms of editing. But it's a heavy java applet. The ideal solution would be JavaScript-based. I am aware that the browser is the limiting factor and it will probably take one or more generations to get to where I want.

Any suggestions? Anything new coming into the market?

A: 

We use CuteEditor from http://cutesoft.net/ASP.NET+WYSIWYG+Editor/ and highly recommend it.

Mark Redman
A: 

After much experimenting, I've settled on fckeditor. Good standards-support in output code, pretty easy implementation, jQuery integration, fully featured, very customisable, and not forgetting the winning feature: cleaning of pasted Word crap.

da5id
+1  A: 

If you want something more language agnostic use fckEditor http://www.fckeditor.net/

RHicke
+1  A: 

Yahoo rich text editor: http://developer.yahoo.com/yui/editor/

klochner
last time I looked they were missing some needed functionality such as Tables and HTML code.
Artilheiro
good to know, thanks. I currently use fckeditor, but was planning on giving the RTE a shot on my next project.
klochner
+1  A: 

My two cents: Just used tinyMce with two projects:

  • simple theme: small size, server side compresor/builder, jQuery engine integration
  • advance theme - nice file upload, image library with image crop and resize
  • can be used as an jQuery plugin, very aproachable

About your thoughts about advance editing - I dont think they will be possible. If they become available, they are probably going to be browser specific or will have large codebase and a different feel - mozilla bespin (not wysiwyg - jet)

gregor
Yes, I like tinyMCE too. Although, it sorta breaks down for big documents with lots of formatting. For me as a user it would be fine because if I get stuck I can always fix the HTML and move on. But our users had a lot trouble with it which turned into a lot of support cases for the company. We still use for smaller fields such as formatted comments and emails. Now we are using Ephox for mail merge documents.
Artilheiro
jQuery + tinyMCE... that's an excellent idea for the where we use tinyMCE, since we already use both. Thanks for the pointer
Artilheiro
I am taking a look at bespin. Thanks for that also.
Artilheiro