Browse Source

adds to settings doc

Former-commit-id: 7ba2a6353b
Former-commit-id: 3d191549eb
pull/258/head
jlukic 11 years ago
parent
commit
4f8febbc8d
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