1、简介

官网:http://ueditor.baidu.com/website/index.html

演示:http://ueditor.baidu.com/website/examples/

2、引入UEditor

 

    <head>
    </head>

    <body>

    <div>

    <script ></ script>

    </div>

    <script type="text/javascript">

    //实例化编辑器

    var ue = UE.getEditor( 'editor', {

            autoHeightEnabled: true,

            autoFloatEnabled: true,

            initialFrameWidth: 690,

            initialFrameHeight:483

        });

    </script> 

       ……

    <!--编辑器基本配置-->

    <script type="text/javascript" charset="gbk" src="ueditor.config.js"></ script>

    <!--编辑器完整代码-->

    <script type="text/javascript" charset="gbk" src="ueditor.all.js"> </script >

      ……
    </body>

 

 3、

 

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2021-07-22
  • 2021-08-11
  • 2021-08-15
  • 2021-08-03
  • 2021-11-02
猜你喜欢
  • 2021-12-26
  • 2022-01-10
  • 2021-09-07
  • 2021-10-25
  • 2021-05-19
  • 2021-09-01
  • 2021-08-18
相关资源
相似解决方案