Anyone know a good Rich Text Editor preferably in jQuery that has a good interface, is customizable and easy to integrate in forms where submitting data is crutial..

I am making a website where people would need to send formatted texts..

I tried TinyMCE and i found it too much for what i wanted, then tried NicEdit, found some bugs in it, corrected some but it is a pain to get the typed HTML when i need to submit the form so i am looking for any alternative you might want to offer.

Thanks in advance

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Try ckeditor. You can configure exactly which buttons you expose to your users, and it's possible even to have different configuration for differents users. I'm using it and have not found any important bug.

link|improve this answer
Looks really nice ;) Is it easy to get the content HTML too? (I hope so :D) – Dany Khalife Oct 30 '11 at 22:49
1  
Using jquery plugin is as easy as $(".ckeditor").val() – Ivan Oct 30 '11 at 22:54
2  
awesome, im gonna give it a shot then ;) – Dany Khalife Oct 30 '11 at 22:57
feedback

Simple but rich enough http://akzhan.github.com/jwysiwyg/

link|improve this answer
1  
i have used this, but it doesn't seem to have a color picker which i need for sure – Dany Khalife Oct 30 '11 at 22:59
feedback

Your Answer

 
or
required, but never shown

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