Browse Source

adds to settings doc

Former-commit-id: 7ba2a6353be82cb3baf92fd31fc90569a22fa4d7
Former-commit-id: 3d191549eb01711e986b1965552230264c0329fd
beta
jlukic 11 years ago
parent
commit
4f8febbc8d
  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