thinkphp3.2.3整合百度编辑器Ueditor PHP版
2017-05-23 本文已影响0人
一知半解
QQ截图20170523111849.png①官网下载Ueditor:http://ueditor.baidu.com/website/download.html (以本章为例选取最新的PHP版本)
QQ截图20170523112700.png②将解压好的压缩包放在上线项目的Public目录下
QQ截图20170523113445.png③在需要用到的页面中引入Ueditor的配置文件,注意:一定要按先后顺序引入!
QQ截图20170523113445.png QQ截图20170523113929.png QQ截图20170523114100.png④Ueditor在页面中显示和调用(以本章为例选取id="ueditor"的元素,注意:初始化的时候不需要加#,直接写ueditor)
QQ截图20170523115023.png效果