Browse Source

adds to settings doc

pull/13/head
jlukic 11 years ago
parent
commit
7ba2a6353b
1 changed files with 5 additions and 0 deletions
  1. 5
      node/src/documents/modules/form.html

5
node/src/documents/modules/form.html

@ -310,6 +310,11 @@ type : 'UI Behavior'
<td>value, notValue</td>
<td>Checks whether a field is not a value</td>
</tr>
<tr>
<td>contains</td>
<td>value, text</td>
<td>Checks whether a field contains text</td>
</tr>
<tr>
<td>is</td>
<td>value, text</td>

Loading…
Cancel
Save