* rewrite the call method of kindeditor.

* fix the bug of kindeditor.
This commit is contained in:
wangchunsheng
2010-11-23 13:34:07 +00:00
parent d2548b1c69
commit fcb4b5373c
19 changed files with 120 additions and 30 deletions
+3
View File
@@ -1,3 +1,6 @@
<?php
$config->testtask->create->requiredFields = 'project,build,begin,end,name';
$config->testtask->edit->requiredFields = 'project,build,begin,end,name';
$config->testtask->editor->create = array('id' => 'desc', 'tools' => 'simpleTools');
$config->testtask->editor->edit = array('id' => 'desc', 'tools' => 'simpleTools');