标签:style blog http 使用 java ar 文件 sp log
资源下载:ckeditor
第一步,引入必须文件“~/ckeditor/ckeditor.js”
第二步,替换文本域
<%: Html.TextArea("Content",new { style = "width:80%" })%>
<script type="text/javascript">
CKEDITOR.replace(‘Content‘);
</script>
标签:style blog http 使用 java ar 文件 sp log
原文地址:http://www.cnblogs.com/shenlan/p/3957900.html