|
|
@ -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> |