码迷,mamicode.com
首页 > 其他好文 > 详细

umditor删除域名,配置为绝对路径

时间:2018-12-11 11:22:50      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:class   ima   配置   div   idt   ram   php   dia   func   

        getAllPic: function (sel, $w, editor) {
            var me = this,
                arr = [],
                $imgs = $(sel, $w);

            $.each($imgs, function (index, node) {
                $(node).removeAttr("width").removeAttr("height");

//                if (node.width > editor.options.initialFrameWidth) {
//                    me.scale(node, editor.options.initialFrameWidth -
//                        parseInt($(editor.body).css("padding-left"))  -
//                        parseInt($(editor.body).css("padding-right")));
//                }
            //修改
            var imgsrc = node.src.replace(window.location.protocol + ‘//‘ + window.location.hostname, ‘‘);
                return arr.push({
                    //修改
                    _src: imgsrc,
                    src: imgsrc
                });
            });

            return arr;
        },

文件路径为/umeditor/dialogs/image

PHP版本umditor

umditor删除域名,配置为绝对路径

标签:class   ima   配置   div   idt   ram   php   dia   func   

原文地址:https://www.cnblogs.com/ilovepan/p/10100462.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!