http://zentaoms.googlecode.com/svn/trunk/module/testtask/view/create.html.php@1059
Index: create.html.php =================================================================== --- create.html.php (revision 1058) +++ create.html.php (revision 1059) @@ -24,6 +24,14 @@ ?> <?php include '../../common/view/header.html.php';?> <?php include '../../common/view/datepicker.html.php';?> +<?php include '../../common/view/kindeditor.html.php';?> +<script language='javascript'> +/* 富文本编辑器。*/ +KE.show({ + id:'desc', + items:simpleTools +}); +</script> <div class='yui-d0'> <form method='post' target='hiddenwin'> <table class='table-1'> @@ -54,7 +62,7 @@ </tr> <tr> <th class='rowhead'><?php echo $lang->testtask->desc;?></th> - <td><?php echo html::textarea('desc', '', "rows=8 class='area-1'");?> + <td><?php echo html::textarea('desc', '', "rows=10 class='area-1'");?> </tr> <tr> <td colspan='2' class='a-center'><?php echo html::submitButton() . html::resetButton();?> </td>