vote up 1 vote down star
1

I have to choose an online WYSIWYG editor. I'm pending between TinyMCE and Xinha. My application is developed in Asp.Net 3.5. Could you help me with with some pros and cons?

flag

8 Answers

vote up 2 vote down check

Haven't tried Xihna myself, but I have experience with TinyMCE and FCKeditor. In my company we switched to TinyMce (from FCKeditor) due to the superior support for pasting from word documents and the (relatively easy to work with) plugin architecture which we used to add some custom modules (links browser, simple file browser). TinyMCE also converts the text to xhtml code which is usually better.

link|flag
vote up 2 vote down

I'd recommend FCKEditor over TinyMCE. I've had much better luck with it (better markup, better managers, better extensibility, better speed, better compatibility, etc)

link|flag
vote up 1 vote down

Try SPAW Editor. File Manager is included. Editor is generated from server side code, meaning it's lighter on client side processing.

link|flag
SPAW Editor looks really nice, I bet I will give it a try. :) – unexist Sep 20 '08 at 12:47
vote up 1 vote down

Of course TinyMCE :)

link|flag
vote up 0 vote down

I've never used Xinha, but I can vouch for TinyMCE. It's fast, scales well, and is infinitely customizable. I particularly like the dynamic loading of functionality, which means you only take the performance hit for the stuff you use.

It also includes language-specific compressors to further increase performance (C# is supported, along with PHP, Java and ColdFusion) by GZipping components.

link|flag
vote up 0 vote down

The problem with TinyMCE is the lack of a file manager (a free one I mean).

link|flag
vote up 0 vote down

Spaw Editor seems nice, but I'm looking for a free alternative.

link|flag
vote up 0 vote down

I found Xinha to be much better and more functional than FCKEditor. If you know PHP and a dab of javascript you can customize the file manager, and there is a lovely set of plugins on offer. I am also impressed with what I have seen of TinyMCE and due to wider adoption you may find it to have more options.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.