first of all the registration form to this forum is absolutely crazy
second, i've an old app with lots of javascript and i want to change old textarea to HTML editor with CKEditor 3
there is a little drawback
there is a lot of code that change the textarea value directly like "object.value='<p>hello</p>';"
it seems that CKEditor does not like this and does not update its content
there is some way to fix this?
Thu, 06/09/2011 - 17:53
#1
Re: how to keep CKEditor compatible with old javascript valu
As long as you are using a good browser, you can add this script to your page http://alfonsoml.blogspot.com/2009/09/h ... ditor.html
Re: how to keep CKEditor compatible with old javascript valu
i blame Google and bless you! I will do tests ASAP! Thank you!