首页 > 其他 > 详细

富文本编辑器CKEditor

时间:2020-10-06 21:57:20      阅读:45      评论:0      收藏:0      [点我收藏+]

可做网页 生成源代码、后台上传图片等

 

进入官网https://ckeditor.com/ckeditor-4/download/

<script type="text/javascript" src="<%=Url.Content("~/ckeditor/ckeditor.js") %>"></script>

  <% using (Html.BeginForm())
           {%>
        <%: Html.TextArea("Content",new { style = "width:80%" })%>

 CKEDITOR.replace(‘Content‘);

 

富文本编辑器CKEditor

原文:https://www.cnblogs.com/bignine/p/13775331.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!