码迷,mamicode.com
首页 > Web开发 > 详细

asp.net mvc下ckeditor使用

时间:2014-09-05 14:15:21      阅读:230      评论:0      收藏:0      [点我收藏+]

标签: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>

asp.net mvc下ckeditor使用

标签:style   blog   http   使用   java   ar   文件   sp   log   

原文地址:http://www.cnblogs.com/shenlan/p/3957900.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!