Any way to get data from fckeditor textarea with javascript?
I was searching for some textarea with id, but nothing.
I need to work with entered data outside of fckeditor.
Like:
<javascript>
var editorContents = document.getElementById('editor_area_contents');
return editorContents.value;
</javascript>
...?
Thx.
I was searching for some textarea with id, but nothing.
I need to work with entered data outside of fckeditor.
Like:
<javascript>
var editorContents = document.getElementById('editor_area_contents');
return editorContents.value;
</javascript>
...?
Thx.

Re: Getting data from editor <textarea>
http://wiki.fckeditor.net/Developer's_G ... script_API
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+