I am trying to pass a string back to the text area that ckeditor is replaceing using innerHTML however when i do this ckeditor still displays the old text.
Is there any way to make the editor refresh to pick up the new text or can you pass the text directly into the editor?
Thanks
Is there any way to make the editor refresh to pick up the new text or can you pass the text directly into the editor?
Thanks

Re: How to pass a string into ckeditor with javascript?
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setData
Re: How to pass a string into ckeditor with javascript?
Thanks