Browse Source

Merge branch 'master' of github.com:jlukic/Semantic-UI

pull/313/merge
jlukic 11 years ago
parent
commit
bbef29264a
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>
<td>email</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>
<td>length</td>
@ -367,6 +367,11 @@ type : 'UI Behavior'
<td>value</td>
<td>Checks whether a field is a url</td>
</tr>
<tr>
<td>checked</td>
<td>-</td>
<td>Checks whether a checkbox field is checked</td>
</tr>
</tbody>
</table>
@ -546,4 +551,4 @@ type : 'UI Behavior'
</tbody>
</table>
</div>
</div>
Loading…
Cancel
Save