-
食品百货英文外贸类网站...
-
中英双语律师事务所类网...
-
水利工程施工类网站织梦...
-
仪器分析仪类网站织梦模...
-
仪器仪表科技公司类网站...
-
物流快运速递类网站织梦...
-
电脑系统软件下载类网站...
-
营销型无缝钢管定制生产...
-
财税记账工商注册认证类...
-
展览展会信息类网站织梦...
-
玩具动漫类网站织梦模板...
-
手游APP软件下载类网站织...
-
精工机械轴承生产厂家类...
-
网站模板资源下载类网站...
-
电子元件电路板类网站织...
-
人力资源管理类网站织梦...
-
貂绒大衣服装设计类网站...
-
蔬菜鲜果配送类网站织梦...
-
钢结构岗亭营销型织梦网...
-
装饰建材公司类网站织梦...
织梦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即可!