• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    FCKEditor超级链接默认新窗口打开的修改方法
    Fckeditor是一款开源的WEB可视化编辑器,因为该软件小巧、易用、方便受到大家的欢迎,国内很多CMS都采用了FCK编辑器,最近有很多网友向脚本之家反映关于FCK添加的超级链接不能在新窗口中打开,需要另外设置才可以,那么,能不能将链接默认为新窗口呢?

    效果如图所示:

    打开 fckeditor\editor\dialog\fck_link.html

    查找 id="cmbTarget" 的 select 标签, 添加 selected=”selected” 属性
    复制代码 代码如下:

    select id="cmbTarget" onChange="SetTarget(this.value);">
    option value="" fckLang="DlgGenNotSet" selected="selected">lt;not setgt;/option>
    option value="frame" fckLang="DlgLnkTargetFrame">lt;framegt;/option>
    option value="popup" fckLang="DlgLnkTargetPopup">lt;popup windowgt;/option>
    option value="_blank" fckLang="DlgLnkTargetBlank" selected="selected">New Window (_blank)/option>
    option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)/option>
    option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)/option>
    option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)/option>
    /select>

    查找 id=”txtTargetFrame” 的 input 标签, 添加 value=”_blank” 属性
    复制代码 代码如下:

    input id="txtTargetFrame" style="WIDTH: 100%" type="text" onKeyUp="OnTargetNameChange();"
    onchange="OnTargetNameChange();" value="_blank" />

    保存文件,上传替换原文件,清除IE缓存,再试试看。

    您可能感兴趣的文章:
    • Smarty中调用FCKeditor的方法
    • fckeditor编辑器下的自定义分页符实现方法
    • FCKeditor编辑器添加图片上传功能及图片路径问题解决方法
    • ThinkPHP中FCKeditor编辑器的使用方法
    • fckeditor编辑器在php中的配置方法
    • Fckeditor编辑器内容长度限制统计实现方法
    • FCKeditor 图片上传进度条不动的解决方法
    • php在页面中调用fckeditor编辑器的方法
    • 浏览器执行history.go(-1) FCKeditor编辑框内显示html源代码的解决方法
    • FCK编辑器(FCKEditor)添加新按钮和功能的修改方法
    • fckeditor粘贴Word时弹出窗口取消的方法
    上一篇:Office文档在线编辑的一个实现方法
    下一篇:CKeditor与syntaxhighlight打造joomla代码高亮
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    FCKEditor超级链接默认新窗口打开的修改方法 FCKEditor,超级链接,默认,