-
室内设计装修工程类网站...
-
时尚服装展示类网站织梦...
-
工商注册代理记账类网站...
-
智能家居生活类网站织梦...
-
骑马培训课程外贸类网站...
-
重工机械设备制造类网站...
-
电线电缆生产厂家类网站...
-
家居家具建材类网站织梦...
-
电机制造减速电机设备类...
-
娱乐新闻资讯类网站织梦...
-
幽默笑话搞笑趣图类网站...
-
电梯扶梯研发类企业网站...
-
美容化妆类网站织梦模板...
-
WORD教程资讯类网站织梦...
-
户外露营设备类网站织梦...
-
画册包装设计类网站织梦...
-
全屋定制全景案例类网站...
-
金属工艺品加工厂家类网...
-
电容电阻电子器件类网站...
-
不锈钢金属制品厂家类企...
织梦dedecsmV5.7整合ueditor百度编辑器最新1.4.3方法详细步骤:
先把自己网站备份一下(非常重要)!
去官网下载最新版的ueditor(这样的目前是最新1.4.3),注意要对应自己的网站编码!
解压后放到include目录下,文件名改为ueditor
打开/include/inc/inc_func_funcAdmin.php文件
找到184行加入下面代码
else if($GLOBALS['cfg_html_editor']=='ueditor'){$fvalue = $fvalue=='' ? '<p></p>' : $fvalue;$code = '<script type="text/javascript" charset="utf-8" src="/include/ueditor/ueditor.config.js"></script><script type="text/javascript" charset="utf-8" src="/include/ueditor/ueditor.all.js"></script><link rel="stylesheet" type="text/css" href="/include/ueditor/themes/default/css/ueditor.css"><textarea name="'.$fname.'" id="'.$fname.'" style="width:100%;">'.$fvalue.'</textarea><script type="text/javascript">var ue = new baidu.editor.ui.Editor();ue.render("'.$fname.'");</script>';if($gtype=="print"){echo $code;}else{return $code;}}
进入后台-系统-系统基本参数-核心设置-将 Html编辑器的值改为ueditor即可!