首页 / 经验 / 织梦安装百度编辑器

织梦安装百度编辑器

直接到百度编辑器官方下载PHP对应的版本
ueditor官方地址:http://ueditor.baidu.com/website/download.html
 
2、dedecms 程序 include文件夹下,创建 ueditor 文件夹
把下载到的ueditor文件扔进去(index.html不要)
 
3、include\inc\inc_fun_funAdmin.php 增加ueditor编辑器
找到
 
else if($GLOBALS['cfg_html_editor']=='ckeditor')
{
 …中间代码省略
}
 
在它们的下面增加
 
//百度编辑器
else if($GLOBALS['cfg_html_editor']=='ueditor')
{
    $fvalue = $fvalue=='' ? '<p></p>' : $fvalue;
    $code = '<script type="text/javascript" charset="utf-8" src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/ueditor.config.js"></script>';
    $code .= '<script type="text/javascript" charset="utf-8" src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/ueditor.all.min.js"></script>';
    $code .= '<script type="text/javascript" charset="utf-8" src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/lang/zh-cn/zh-cn.js"></script>';
    $code .= '<link rel="stylesheet" type="text/css" href="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/themes/default/css/ueditor.css"/>';
    $code .= '<script type="text/plain" name="'.$fname.'" id="'.$fname.'">'.$fvalue.'</script>';
    if($bbcode)
    {
        $code .= '<script type="text/javascript">UE.getEditor("'.$fname.'",{toolbars:[["Source","|",
    "bold", "italic", "underline","|","fontsize","forecolor","emotion","Undo", "Redo"]],initialFrameHeight:100});</script>';
    }
    else
    {
        $code .= '<script type="text/javascript">UE.getEditor("'.$fname.'",{initialFrameHeight:450});</script>';
    }        
    if($gtype=="print")
    {
        echo $code;
    }
    else
    {
        return $code;
    }
}
4、后台配置修改编辑为ueditor

本文来自网络,不代表糖果站长网立场,转载请注明出处:https://www.1tg.com.cn/html/jianzhan/jy/2021/1222/36238.html

dawei作者

【声明】:糖果站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。
上一篇
下一篇

为您推荐

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息
返回顶部

【免责声明】本站内容转载自互联网,其发布内容言论不代表本站观点,如果其链接、内容的侵犯您的权益,烦请提交相关链接至邮箱xwei067@foxmail.com我们将及时予以处理。

Copygight © 2013-2023 https://www.1tg.com.cn All Rights Reserved.糖果站长网

站长:xwei067#foxmail.com(请把#换成@)