views:

908

answers:

6

Are there any in-place editor in JS that supports Rich Text like TinyMCE / FCKEditor?

e.g. of in-place editing (non-rich text): http://www.appelsiini.net/projects/jeditable/default.html

A: 

Can you not just use TinyMCE (/whatever), size it smaller, attach some jQuery event handlers to the text and replace it with the editor when appropriate.

thenduks
A: 

I would use FCKEditor.

BBetances
+2  A: 

NicEdit is what you want I think, there are some demos available on the website.

p4bl0
And it does a good job. Unfortunately the resulting markup is far from valid xhtml since nicedit uses the editmode of the browser.
Ole
A: 

There is jWYSIWYG: http://projects.bundleweb.com.ar/jWYSIWYG/

DisgruntledGoat
A: 

voici un forum consacré au Javascript