PDA

View Full Version : The best WYSIWYG Editor is...



galdaka
8 Mar 2007, 1:13 PM
What is the best WYSIWYG editor than you Knows with these features?

1) Free
2) Cross browser
2) Clearly code
4) Easy to customize

Please post links and your opinions. THANKS!! :)

SteveEisner
8 Mar 2007, 5:26 PM
TinyMCE or FCKEditor

trbs
8 Mar 2007, 6:48 PM
i work mostly with tinymce, never made a customized plugin but the examples look pretty easy

KimH
9 Mar 2007, 5:49 AM
That would be TinyMCE (http://tinymce.moxiecode.com/) or FCKEditor (http://www.fckeditor.net/).

I started with FCKEditor a couple of years ago but switched to TinyMCE because there was several bugs in FCKEditor that my customers reported. I have worked with TinyMCE since, but still looking for updates to FCKEditor. I believe that they can do almost the same... I prefer TinyMCE though... for now :-D

alanwilliamson
8 Aug 2007, 6:36 AM
TinyMCE is better than FCKEditor in the sense it doesn't have the annoying <br> / <p> problem when it comes to new lines.

HOWEVER -- it is a complete bit*h to get to work with ExtJS without a lot of hacking. If you are expecting to drop it straight into a TabPanel or a popup Dialog box, then think again. I gave up in the end, and ended up throwing up a new browser window and communicating with that and then closing it again.

It is a heavy (over 140 requests it generates to your server as it loads its various plugins, images and javascripts). Quite slow to initialise in a page.

I have written plugins for it and that was relatively easy. But so was FCKEditor.

On the whole, ExtJS has shown there is still room for a much better alternative to come along.

JEBriggs
8 Aug 2007, 6:51 AM
What are the integration issues of putting an editor into a tab panel? And does FCKEditor have the same issues as TinyMCE?