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
|
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
|
||
|
|
|
|
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! |
||
|
|
|
|
voici un forum consacré au Javascript |
||
|
|
|
|
There is jWYSIWYG: http://projects.bundleweb.com.ar/jWYSIWYG/ |
||
|
|
|
|
NicEdit is what you want I think, there are some demos available on the website. |
||
|
|
|
I would use FCKEditor. |
||
|
|
|
|
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. |
||
|
|