码迷,mamicode.com
首页 > 其他好文 > 详细

ckeditor 简单使用

时间:2017-05-31 15:32:28      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:html   web   js   text   ckeditor   

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>CK editor</title>
    <script src="js/ckeditor.js"></script>
</head>
<body>
    <textarea name="editor1" id="editor1" rows="10" cols="80">This is my textarea to be replaced with CKEditor.</textarea>
    <script>
        CKEDITOR.replace("editor1");
    </script>
</body>
</html>


ckeditor 简单使用

标签:html   web   js   text   ckeditor   

原文地址:http://antlove.blog.51cto.com/10057557/1930802

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