up vote 2 down vote favorite
3
share [g+] share [fb]

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

link|improve this question

feedback

6 Answers

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

link|improve this answer
And it does a good job. Unfortunately the resulting markup is far from valid xhtml since nicedit uses the editmode of the browser. – Ole Jan 17 '09 at 22:32
feedback

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.

link|improve this answer
feedback

I would use FCKEditor.

link|improve this answer
feedback

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

link|improve this answer
feedback

voici un forum consacré au Javascript

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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