欢迎光临
感谢一路有你

tp5 上使用ueditor富文本插件

如果你对该文章中的内容有疑问/不解,可以点击此处链接提问
要注明问题和此文章链接地址 点击此处跳转
 

将官方下载的数据包放入static 在需要的地方引入

<script id="container" name="content" type="text/plain" ></script>
    {js href="__STATIC__/ueditor/ueditor.config.js" /}
    {js href="__STATIC__/ueditor/ueditor.all.js" /}
<script type="text/javascript"> 
    var ue = UE.getEditor('container',{
    // initialFrameWidth :800,//设置编辑器宽度
    initialFrameHeight:350,//设置编辑器高度
    scaleEnabled:false//设置不自动调整高度
    //scaleEnabled {Boolean} [默认值:false]//是否可以拉伸长高,(设置true开启时,自动长高失效)
    });
</script>

图片路径的设置

ueditor图片的存放位置

\public\static\ueditor\php\config.json 里面的注释很清楚了,改成自己保存的路径即可

赞(1) 打赏
未经允许不得转载:王明昌博客 » tp5 上使用ueditor富文本插件
分享到: 更多 (0)

相关推荐

  • 暂无文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏

×
订阅图标按钮