asp.net mvc下ckeditor使用

时间:2014-09-05 14:15:21   收藏:0   阅读:230

资源下载:ckeditor

第一步,引入必须文件“~/ckeditor/ckeditor.js”

第二步,替换文本域

 <%: Html.TextArea("Content",new { style = "width:80%" })%>
        <script type="text/javascript">
            CKEDITOR.replace(‘Content‘);
        </script>

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!