HTML קוד:
<form action="" method="post" id="updateInfo">
<textarea cols="60" id="editor1" class="editor" name="editor1" rows="8"></textarea>
<div class="entry">
<button class="add" type="submit">עדכן עמוד</button>
</div>
</form>
<script type="text/javascript">
//<![CDATA[
var editor = CKEDITOR.replace( 'editor1' );
//]]>
</script>
זה הקוד,
אני זוכר שפעם הצלחתי..
משהו עם getData()
עכשיו אני לא מוצא לזה תשובה, ו stackoverflow נופל מידי פעם..
תודה!
---------
הצלחתי!
HTML קוד:
CKEDITOR.instances['editor1'].getData()