内容摘要
帝国cms后台模型newstext字段设置编辑器高度 文章正文
系统-管理数据表-管理字段-新闻正文(修改)-输入表单替换html代码
<?=ECMS_ShowEditorVar("newstext",$ecmsfirstpost==1?"":stripSlashes($r[newstext]),"Default","","300","100%")?>
中的300为高度 代码注释