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

工具,百度编辑器 UEditor 使用

时间:2016-09-21 11:37:46      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE HTML>
<html lang="en-US">

<head>
    <meta charset="UTF-8">
    <title>ueditor demo</title>
</head>

<body>
    <!-- 加载编辑器的容器 -->
    <script id="container" name="content" type="text/plain">
        这里写你的初始化内容
    </script>

<!-- 配置文件 --> <script type="text/javascript" src="ueditor.config.js"></script>

<!-- 编辑器源码文件 --> <script type="text/javascript" src="ueditor.all.js"></script>

<!-- 实例化编辑器 --> <script type="text/javascript"> var ue = UE.getEditor(container); </script>

</body> </html>

 

工具,百度编辑器 UEditor 使用

标签:

原文地址:http://www.cnblogs.com/xiangsj/p/5891911.html

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