dedecms5.7整合ueditor
1、下载ueditor
进入http://ueditor.baidu.com/website/download.html 下载ueditor,根据自己程序选择UTF-8版本或GBK版本。并解压,修改文件夹名为ueditor。
2、整合ueditor
else if($GLOBALS['cfg_html_editor']=='ueditor'){ $fvalue = $fvalue=='' ? '' : $fvalue; $code = ''; if($gtype=="print"){ echo $code; }else{ return $code; } }