From version < 3.11 >
edited by awa
on 08.05.2019, 15:50
To version < 3.13 >
edited by gru
on 20.05.2020, 17:38
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.awa
1 +XWiki.gru
Content
... ... @@ -12,7 +12,7 @@
12 12  |visible if|Makes a form field that has been hidden visible again, when a certain condition is satisfied.
13 13  |read-only if|Locks a form field and disallows any input, when a certain condition is satisfied.
14 14  |editable if|Make a form field that has been set to read-only editable again, when a certain condition is satisfied.
15 -|required|When this option is activated, a value must be entered for the form field.
15 +|required|When this option is activated, a value must be entered for the form field. Conditions set under //required if// are ignored when this option is activated.
16 16  |required if|Marks a form field as a required field, when a certain condition is satisfied.
17 17  |required group|Available only when the form field is a required field. Specifies the required group the form field should belong to. When two or more form fields belong to the same group, at least one of these form fields needs to be filled out, all other fields may remain empty.
18 18  {{/table}}
... ... @@ -53,7 +53,7 @@
53 53  |not equals|The condition evaluates to //true// when the value of the form field does not equal the given value. Comparisons are case-sensitive.
54 54  |lower than / lower or equal than|The condition evaluates to //true// when the value is lower (or equal) than the specified value.
55 55  |greater than / greater or equal than|The condition evaluates to //true// when the value is greater (or equal) than the specified value.
56 -|between|The condition evaluates to //true// when the value is between the specified range, inclusively. The interval must be entered with a dash (-), for example //2-10//. Negative numbers must be enclosed in parentheses, eg. //(-10) - (- 5)//.
56 +|between|The condition evaluates to //true// when the value is between the specified range, inclusively. The interval must be entered with a dash ({{{-}}}), for example //2-10//. Negative numbers must be enclosed in parentheses, eg. //(-10) - (- 5)//.
57 57  |regexp|The condition evaluates to //true// when the value matches the specified regexp.
58 58  {{/table}}
59 59  
Copyright 2000-2024