From version < 3.10 >
edited by awa
on 08.05.2019, 15:49
To version < 3.12 >
edited by awa
on 08.05.2019, 15:50
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,7 +20,7 @@
20 20  == Condition ==
21 21  
22 22  {{figure image="designer_element_select_properties_options_en.png"}}
23 -Any condition referring to the value of a [[select element>>doc:Main.Auswahl]] uses the value of the option for testing the condition, as entered in the colum //value//.
23 +Any condition referring to the value of a [[select element>>doc:Formcycle.FormDesigner.FormElements.Selection]] uses the value of the option for testing the condition, as entered in the colum //value//.
24 24  {{/figure}}
25 25  
26 26  You can change a form field's visibility and read-only state depending on the value of another form element. The following conditions are available for the options //hidden if//, //visible if//, //read-only if//, //editable if//, and //required if//:
... ... @@ -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