Browse Source

Merge pull request #317 from DanielBlack/master

Fix documentation errors in validation rules.
pull/318/head
Jack Lukic 11 years ago
parent
commit
6319a692a1
1 changed files with 7 additions and 2 deletions
  1. 9
      server/documents/modules/form.html.eco

9
server/documents/modules/form.html.eco

@ -330,7 +330,7 @@ type : 'UI Behavior'
<tr> <tr>
<td>email</td> <td>email</td>
<td>value</td> <td>value</td>
<td>Checks whether a field is empty</td>
<td>Checks whether a field is a valid email address</td>
</tr> </tr>
<tr> <tr>
<td>length</td> <td>length</td>
@ -367,6 +367,11 @@ type : 'UI Behavior'
<td>value</td> <td>value</td>
<td>Checks whether a field is a url</td> <td>Checks whether a field is a url</td>
</tr> </tr>
<tr>
<td>checked</td>
<td>-</td>
<td>Checks whether a checkbox field is checked</td>
</tr>
</tbody> </tbody>
</table> </table>
@ -546,4 +551,4 @@ type : 'UI Behavior'
</tbody> </tbody>
</table> </table>
</div>
</div>
Loading…
Cancel
Save