hello!
i want to congratulate you for this great product!
however, i have a problem that i was hopping you might help me with.
i have a javascript that used to change the innerHTML of a textarea and it was working just fine; now i'm using your editor and i can't seem to find a way to change the contents of the editor via javascript (without reloading the page).
any thoughts?
document.getElementById("text_area").innerHTML = new_text;
Re: how to change value or innerHTML
Maybe the SetHTML(html) can help you?
http://docs.fckeditor.net/FCKeditor_2.x ... Script_API
Re: how to change value or innerHTML
thanks! verry usefull, i guess...
how should i do it?
however, i am not verry good with js, so that didn't quite solve my problem.
this doesn't work:
Re: how to change value or innerHTML
it's OK, i've got it working!