Posted in Javascript onFebruary 09, 2009
<script type="text/javascript"> function check(){ var editor = FCKeditorAPI.GetInstance("FCKEDITOR的ID"); alert(editor.EditorDocument.body.innerHTML); //输出的就是FCK文本框中的值; } </script>
fckeditor 获取文本框值的实现代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@