views:

192

answers:

3

Hi - I"m looking to add rich-text in-place editing to a project (so people can see the results of their editing rendered straight away), and so am on the hunt for a rich-text editor that has an inline mode, or a way to use a rich-text editor for inline edits.

I've come across the neat-looking http://inplacericheditor.box.re/demos, but ideally, it'd be good to find one that's jQuery based, simply so that I can keep to a single JS library.

Cheers!

+1  A: 

Have you tried CKEditor or FCKEditor?

Jon Cage
Thanks - looks like just the thing and I'll certainly give it a go. The seamless in-place editing mode is what I'm after most of all
stevejalim
A: 

I have experience working with jwysiwyg and is pretty good jquery based one. Try it.

Teja Kantamneni
List of such tools from googleing: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors
Teja Kantamneni
A: 

Ah, here's exactly what i was looking for: a combination of the jQuery jEditable Plugin and TinyMCE. Am posting it here in case it helps others.

stevejalim