Walker
Walker

Reputation: 134493

What are the wysiwyg editors that have proven to be reliable at large scale?

I recently heard that jWYSIWYG editor isn't a reliable editor for a large scale website. Are there other WYSIWYG editors that have proven to be reliable on a large scale?

Thanks, Walker

Upvotes: 1

Views: 240

Answers (2)

bsboris
bsboris

Reputation: 639

Since JS-based WYSIWYG editors works on the client side I believe they have not much to do with web applications scalability. The only important thing is maybe code size...

Upvotes: 1

Agos
Agos

Reputation: 19440

Ckeditor:

http://ckeditor.com/who-is-using-ckeditor

MCE:

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

These have a pretty solid and respectable large-scale userbase.

Upvotes: 2

Related Questions