... |
... |
@@ -12,9 +12,14 @@ |
12 |
12 |
|
13 |
13 |
== Calculation == |
14 |
14 |
|
15 |
|
-; [[Form examples for calculation element>>https://demo7.formcycle.eu/formcycle/form/alias/52/widget_formula?lang=en||rel="noopener noreferrer" target="_blank"]] |
16 |
|
-: Examples of subtraction, summation and string concatenation |
|
15 |
+; [[Subtraction of 2 values>>https://demo7.formcycle.eu/formcycle/form/alias/52/subtraction_2_values?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
16 |
+: Calculation of a difference between 2 values |
17 |
17 |
|
|
18 |
+; [[Summation of values>>https://demo7.formcycle.eu/formcycle/form/alias/52/summation_values?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
19 |
+: Calculation of a sum for different types |
|
20 |
+{{velocity}}##; [[Identical calculation for several form fields and summation of values>>#||rel="noopener noreferrer" target="_blank"]] |
|
21 |
+##: (STILL OPEN){{/velocity}} |
|
22 |
+ |
18 |
18 |
== Data sources and database queries == |
19 |
19 |
|
20 |
20 |
; [[Automcomplete functions - application possibilities>>https://demo7.formcycle.eu/formcycle/form/alias/52/autocomplete_functions_2?lang=en||rel="noopener noreferrer" target="_blank"]] |
... |
... |
@@ -29,9 +29,6 @@ |
29 |
29 |
; [[Transfer select column data>>https://demo7.formcycle.eu/formcycle/form/alias/52/transfer_select_column?lang=en||rel="noopener noreferrer" target="_blank"]] |
30 |
30 |
: Demo to transfer the value of any column of a data source to another field |
31 |
31 |
|
32 |
|
-; [[LDAP query via selection field and autocomplete>>https://demo7.formcycle.eu/formcycle/form/alias/52/ldap_query_selection?lang=en||rel="noopener noreferrer" target="_blank"]] |
33 |
|
-: Fill the selection field with values from an LDAP query and request LDAP data using Autocomplete. |
34 |
|
- |
35 |
35 |
== Date and time == |
36 |
36 |
|
37 |
37 |
; [[Calendar functions>>https://demo7.formcycle.eu/formcycle/form/alias/52/calendar_functions?lang=en||rel="noopener noreferrer" target="_blank"]] |
... |
... |
@@ -55,11 +55,6 @@ |
55 |
55 |
; [[Time validation>>https://demo7.formcycle.eu/formcycle/form/alias/52/time_validation?lang=en||rel="noopener noreferrer" target="_blank"]] |
56 |
56 |
: Comparing time values |
57 |
57 |
|
58 |
|
-== Appointment == |
59 |
|
- |
60 |
|
-; [[Preassignment appointments>>https://demo7.formcycle.eu/formcycle/form/alias/52/pre-assign-appointment/?lang=en||rel="noopener noreferrer" target="_blank"]] |
61 |
|
-: Demo how you can pre-assign a date to a appointment in a form. |
62 |
|
- |
63 |
63 |
== Style == |
64 |
64 |
|
65 |
65 |
; [[Change position of text>>https://demo7.formcycle.eu/formcycle/form/alias/52/change_text_position?lang=en||rel="noopener noreferrer" target="_blank"]] |
... |
... |
@@ -71,11 +71,8 @@ |
71 |
71 |
; [[Customize repeating elements>>https://demo7.formcycle.eu/formcycle/form/alias/52/customize_repeating_elements?lang=en||rel="noopener noreferrer" target="_blank"]] |
72 |
72 |
: Use your own custom buttons for repeating elements |
73 |
73 |
|
74 |
|
-; [[Numbering repeatable elements using CSS>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/ numbering_repeatable_elements_css?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
71 |
+; [[Numbering repeatable elements using CSS>>https://demo7.formcycle.eu/formcycle/form/alias/52/numbering_repeatable_elements_css?lang=en||rel="noopener noreferrer" target="_blank"]] |
75 |
75 |
: Display a consecutive number for dynamic elements using CSS |
76 |
|
-: |
77 |
|
-; [[Numbering repeatable elements using JavaScript>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/ numbering_repeatable_elements_js?lang=en||rel="noopener noreferrer" target="_blank"]] |
78 |
|
-: Display a consecutive number for dynamic elements using JavaScript |
79 |
79 |
|
80 |
80 |
; [[Using own fonts in the form>>https://demo7.formcycle.eu/formcycle/form/alias/52/using_own_font/?lang=en||rel="noopener noreferrer" target="_blank"]] |
81 |
81 |
: Integrate and use your own font via CSS |
... |
... |
@@ -88,8 +88,8 @@ |
88 |
88 |
; [[Delete form data>>https://demo7.formcycle.eu/formcycle/form/alias/52/delete_form_data?lang=en||rel="noopener noreferrer" target="_blank"]] |
89 |
89 |
: Demonstrates how to clear one or all form fields in a form by clicking on a button |
90 |
90 |
|
91 |
|
-; Language selection |
92 |
|
-: To enable a language selection option, the [[Language selection element widget>>doc:Formcycle.PluginDocumentation.WidgetXLanguageSwitchPlugin||target="_blank"]] should be used. |
|
85 |
+; [[Language selection>>https://demo7.formcycle.eu/formcycle/form/alias/52/language_selection?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
86 |
+: Demo to change the form language by click |
93 |
93 |
|
94 |
94 |
; [[Local import and export>>https://demo7.formcycle.eu/formcycle/form/alias/52/local_import_export?lang=en||rel="noopener noreferrer" target="_blank"]] |
95 |
95 |
: Save form data into a XML file and load the file into the form. |
... |
... |
@@ -130,9 +130,6 @@ |
130 |
130 |
; [[Required Field dependent on a status>>https://demo7.formcycle.eu/formcycle/form/alias/52/required_field_on_status?lang=en||rel="noopener noreferrer" target="_blank"]] |
131 |
131 |
: Demo how it is possible to set a field required dependet on a status |
132 |
132 |
|
133 |
|
-; [[Custom conditions>>https://demo7.formcycle.eu/formcycle/form/alias/52/custom_condition/?lang=en||rel="noopener noreferrer" target="_blank"]] |
134 |
|
-: Demo to create a own condition for inputs. |
135 |
|
- |
136 |
136 |
== Word (Fill) examples == |
137 |
137 |
|
138 |
138 |
; [[Word (Fill) - checkbox and radio buttons>>https://demo7.formcycle.eu/formcycle/form/alias/52/word-fill-cb?lang=en||rel="noopener noreferrer" target="_blank"]] |