Hello to all.
At first i want to say that i have some troubles with English, Sorry!
I need to input some text to textarea with javascript help.
<textarea name="msgbody"></textarea> <script type="text/javascript"> CKEDITOR.replace( 'msgbody'); </script>
I found some code:
oEditor.InsertHtml(HTML);
But it's for 2.x.
How can i do what i want to do? Help, please!
Update.
Oh, i found it, but there isn't description and example their. Can somebody tell, how does it work?