EX:
<script. type="text/javascript">
bkLib.onDomLoaded(function() { contentTextArea= new nicEditor({buttonList : ['fontFamily','fontSize','bold','italic','underline','forecolor','left', 'center', 'right','strikeThrough','subscript','superscript','strikethrough','close','xhtml','link','image']}).panelInstance('content'); });
</script>
<textarea name="content" id="content" style="height:160px;width:560px">正文内容</textarea>
读取内容:
var content= trim(contentTextArea.nicInstances[0].getContent());
抽时间好好看看