Blogger Information
Blog 10
fans 0
comment 0
visits 7260
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Ueditor的引用
庙凡的博客
Original
747 people have browsed it

开发板:

<!--Ueditor需要引用个文件开始-->
<textarea id="myEditor" style="width:80%;height:300px;"></textarea>
<!-- id="myEditor" -->
<script type="text/javascript" src="./ueditor/ueditor.config.js" charset="utf-8"></script>
<script type="text/javascript" src="./ueditor/ueditor.all.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="./ueditor/lang/zh-cn/zh-cn.js">
<script type="text/javascript">
    //实例化编辑器//建议使用工厂方法getEditor创建和引用编辑器实例,如果在某个闭包下引用该编辑器,直接调用UE.getEditor('editor')就能拿到相关的实例
    UE.getEditor('myEditor');//UE
</script>
<!--Ueditor需要引用个文件结束-->


mini:

<!--Ueditor需要引用个文件开始-->
<textarea id="myEditor" style="width:80%;height:300px;"></textarea>
<!-- id="myEditor" -->
<script type="text/javascript" src="./ueditor/umeditor.config.js" charset="utf-8"></script>
<script type="text/javascript" src="./ueditor/umeditor.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="./ueditor/themes/default/css/umeditor.min.css">
<script type="text/javascript">
    //实例化编辑器//建议使用工厂方法getEditor创建和引用编辑器实例,如果在某个闭包下引用该编辑器,直接调用UE.getEditor('editor')就能拿到相关的实例
    UM.getEditor('myEditor');//UM
</script>
<!--Ueditor需要引用个文件结束-->
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post