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

Henry
  • 32,689
  • 19
  • 120
  • 221

5 Answers5

2

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

p4bl0
  • 3,846
  • 1
  • 22
  • 21
  • 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
0

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.

rfunduk
  • 30,053
  • 5
  • 59
  • 54
0

jEditable and TinyMCE together:

Google is your friend!

pjmorse
  • 9,204
  • 9
  • 54
  • 124
DDM
  • 542
  • 4
  • 15
  • This answer is a great example of why answers should contain more than just links. Both your links were broken now; I found a replacement for the first, but not the second. – pjmorse Oct 25 '12 at 20:13
0

I would use FCKEditor.

BBetances
  • 925
  • 1
  • 14
  • 23
0

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

DisgruntledGoat
  • 70,219
  • 68
  • 205
  • 290