首页 > 代码库 > dedecms5.7安装百度(ueditor)编辑器的方法
dedecms5.7安装百度(ueditor)编辑器的方法
第一步:下载相对应编辑器的版本
第二步:修改inc_func_funcAdmin.php文件
打开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="http://www.mamicode.com/include/ueditor/ueditor.config.js"></script> <script type="text/javascript" charset="utf-8"src="http://www.mamicode.com/include/ueditor/ueditor.all.js"></script><link rel="stylesheet" type="text/css"href="http://www.mamicode.com/include/ueditor/themes/default/css/ueditor.css"/><textarea name="‘.$fname.‘" id="‘.$fname.‘"style="width:700px; height:400px;">‘.$fvalue.‘</textarea><script type="text/javascript">var ue = newbaidu.editor.ui.Editor();ue.render("‘.$fname.‘");</script>‘; if($gtype=="print") { echo $code; } else { return $code; }}
第三步:修改配置
进入网站后台-->系统-->系统基本参数-->核心设置-->将 Html编辑器的值改为 ueditor ,然后保存。 文本编辑器就已经替换成功!
dedecms5.7安装百度(ueditor)编辑器的方法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。