| ... |
... |
@@ -90,7 +90,7 @@ |
| 90 |
90 |
|
| 91 |
91 |
== Selection form elements == |
| 92 |
92 |
|
| 93 |
|
-If you want to display the returned data as options of a [[selection element>>doc:Formcycle.FormDesigner.FormElements.Selection]], you can do so easily by opening the {{designer/}} and selecting the database query as the data source of the selection element. |
|
93 |
+If you want to display the returned data as options of a [[selection element>>doc:Formcycle.Designer.Form.FormElements.Selection]], you can do so easily by opening the {{designer/}} and selecting the database query as the data source of the selection element. |
| 94 |
94 |
|
| 95 |
95 |
{{info}} |
| 96 |
96 |
Queries that are used in selection elements must not have a question mark "?". Queries with a "?" are not offered as a data source for selection elements. |
| ... |
... |
@@ -100,7 +100,7 @@ |
| 100 |
100 |
Using the result of a database query as the data source a select element in the {{designer case="dat"/}}. |
| 101 |
101 |
{{/figure}} |
| 102 |
102 |
|
| 103 |
|
-The result of the database query is used to create the options of the [[selection element>>doc:Formcycle.FormDesigner.FormElements.Selection]] in the following order: |
|
103 |
+The result of the database query is used to create the options of the [[selection element>>doc:Formcycle.Designer.Form.FormElements.Selection]] in the following order: |
| 104 |
104 |
|
| 105 |
105 |
{{box}} |
| 106 |
106 |
Displayed value, submitted value, optional value 1, optional value 2, ... |