* finish task #2880.

This commit is contained in:
chenfeiCF
2017-01-10 14:13:31 +08:00
parent f8460d4027
commit 61db347702
85 changed files with 236 additions and 236 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<?php foreach($method->parameters as $param):?>
<tr>
<th class='w-80px'><?php echo $param->name?></th>
<td><?php echo html::input("$param->name", $param->isOptional() ? $param->getDefaultValue() : '', "class='form-control'")?></td>
<td><?php echo html::input("$param->name", $param->isOptional() ? $param->getDefaultValue() : '', "class='form-control' autocomplete='off'")?></td>
</tr>
<?php endforeach;?>
<tr>