Home >Web Front-end >JS Tutorial >Easyui ueditor cannot edit problem integration

Easyui ueditor cannot edit problem integration

小云云
小云云Original
2018-01-06 10:27:021999browse

This article mainly introduces the integration of Easyui ueditor to solve the problem of inability to edit. Friends who need it can refer to it. I hope it can help everyone.


<script src="editor/editor_config.js" type="text/javascript" ></script>
<script src="editor/editor_all.js" type="text/javascript" ></script>
<link href="editor/themes/default/ueditor.css" rel="external nofollow" rel="stylesheet" type="text/css" />
    <textarea id="content" name="content"  style="width:700px; height:600px;"></textarea>
    
    <script type="text/javascript">
    $(function(){
    var editor = new baidu.editor.ui.Editor(); 
     editor.render("content");
 });  
  </script>

Related recommendations:

Detailed explanation of how to create multiple ueditors in vue

Usage graphic tutorial of ueditor editor

Recommended 10 articles about ueditor editor

The above is the detailed content of Easyui ueditor cannot edit problem integration. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn