工具,百度编辑器 UEditor 使用

Posted James的博客园

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了工具,百度编辑器 UEditor 使用相关的知识,希望对你有一定的参考价值。

<!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 使用的主要内容,如果未能解决你的问题,请参考以下文章

百度编辑器(UEditor)自定义工具栏

UEditor百度编辑器,工具栏添加一个普通按钮

百度 Ueditor 在线编辑器 无法上传图片或者文件 提示上传错误

reactjs 中使用百度Ueditor富文本编辑器

Vue项目中使用百度编辑器

如何简化百度编辑器Ueditor功能按钮