Files
EasySoft-ZenTaoPMS/module/doc/config.php
wangchunsheng fcb4b5373c * rewrite the call method of kindeditor.
* fix the bug of kindeditor.
2010-11-23 13:34:07 +00:00

9 lines
365 B
PHP

<?php
$config->doc->createLib->requiredFields = 'name';
$config->doc->editLib->requiredFields = 'name';
$config->doc->create->requiredFields = 'title';
$config->doc->edit->requiredFields = 'title';
$config->doc->editor->create = array('id' => 'content', 'tools' => 'fullTools');
$config->doc->editor->edit = array('id' => 'content', 'tools' => 'fullTools');