TinyMCE:通过图片链接删除 ../ [英] TinyMCE: delete ../ by images link

查看:52
本文介绍了TinyMCE:通过图片链接删除 ../的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的面板使用 TinyMCE 2.1 版.

I use TinyMCE Version 2.1 for my panel.

抱歉,如何从图片链接中删除此符号../"?

Sorry, how can I remove from the links of the images this symbol "../"?

<img src="../images/nameimage.jpg"...>

我想要这些链接:

<img src="https://www.site.it/images/nameimage.jpg"...>

没有这个链接:

<img src="../images/nameimage.jpg"...>

非常感谢;)

亚历山大

推荐答案

在你的 init 函数中试试这个代码

Try this code in your init function

tinymce.init({  
    relative_urls : false,
    remove_script_host : false,
    convert_urls : true,
});

这篇关于TinyMCE:通过图片链接删除 ../的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆