php引入富文本ueditor编辑器

php引入富文本ueditor编辑器

代码实例qingyu2020-10-22 20:36:141093A+A-

php引入富文本ueditor编辑器

富文本php版本下载地址:

https://github.com/fex-team/ueditor/releases/download/v1.4.3.3/ueditor1_4_3_3-utf8-php.zip


textarea载体,注意id和下面实例化要一致。

<textarea id="content" name="content" ></textarea>

页面JS文件

<script src="/static/assets/vender/ueditor/ueditor.config.js"></script> 
<script src="/static/assets/vender/ueditor/ueditor.all.min.js"> </script> 
<script>
var ue = UE.getEditor('content');
</script>

修改配置项写法如下:

修改配置项写法

修改图片上传的路径:

修改图片上传的路径

php引入富文本ueditor编辑器

点击这里复制本文地址 欢迎来到大黄鸡源码分享网
qrcode

大黄鸡源码编程网 © All Rights Reserved.  
网站备案号:闽ICP备18012015号-4
Powered by Z-BlogPHP
联系我们| 关于我们| 广告联系| 网站管理