vote up 2 vote down star
2

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

flag

6 Answers

vote up 1 vote down check

jEditable and TinyMCE together: http://sam.curren.ws/index.cfm/2008/6/12/jEditable-TinyMCE-Plugin http://www.appelsiini.net/2008/7/jeditable-and-tinymce

Google is your friend!

link|flag
vote up 0 vote down

voici un forum consacré au Javascript

link|flag
vote up 0 vote down

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

link|flag
vote up 2 vote down

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

link|flag
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
vote up 0 vote down

I would use FCKEditor.

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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