织梦DEDECMS 软件模型 编辑器不完整修改方法
在使用织梦软件模型编辑器的时候发现编辑器功能不全,元素模板为您解答
1.打开 /dede(后台目录)/templets/soft_add.htm 找到
<?php
GetEditor('body', '', 250, 'Small'); ?>
替换 成
<?php
GetEditor('body', '', 250, 'Basic'); ?>
2.打开 /dede(后台目录)/templets/soft_edit.htm
<?php
GetEditor("body",$addRow["introduce"],250,"Small"); ?>
替换
<?php
GetEditor("body",$addRow["introduce"],250,"Basic"); ?>