thinkphp3.2.3整合百度编辑器Ueditor PHP版本(详细)

①官网下载Ueditor:http://ueditor.baidu.com/website/download.html (以本章为例选取最新的PHP版本)

thinkphp3.2.3整合百度编辑器Ueditor PHP版本(详细)_第1张图片
QQ截图20170523111849.png

②将解压好的压缩包放在上线项目的Public目录下

thinkphp3.2.3整合百度编辑器Ueditor PHP版本(详细)_第2张图片
QQ截图20170523112700.png

③在需要用到的页面中引入Ueditor的配置文件,注意:一定要按先后顺序引入!

thinkphp3.2.3整合百度编辑器Ueditor PHP版本(详细)_第3张图片
QQ截图20170523113445.png

④Ueditor在页面中显示和调用(以本章为例选取id="ueditor"的元素,注意:初始化的时候不需要加#,直接写ueditor)

thinkphp3.2.3整合百度编辑器Ueditor PHP版本(详细)_第4张图片
QQ截图20170523113445.png
QQ截图20170523113929.png
QQ截图20170523114100.png

效果

thinkphp3.2.3整合百度编辑器Ueditor PHP版本(详细)_第5张图片
QQ截图20170523115023.png

你可能感兴趣的:(thinkphp3.2.3整合百度编辑器Ueditor PHP版本(详细))