Changes for page Voraussetzung Word


From version 8.2
edited by awa
on 26.09.2022, 13:13
Change comment: There is no comment for this version
To version 6.1
edited by Nils Schweigert
on 09.09.2022, 15:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.awa
1 +XWiki.nsc
Content
... ... @@ -154,7 +154,6 @@
154 154  
155 155  {{table dataTypeAlpha="0" preSort="0"}}
156 156  |= Function |= Description|= Examples|= Explanation
157 -| empty {{version major="7" minor="2"/}}|Checks whether the list of values is empty or one of the values is empty.|sel1.empty() |Returns //1// when no option or an option with an empty value was selected for a [[select element>>Formcycle.Designer.Form.FormElements.Selection]]. Otherwise, returns //0//.
158 158  | lsttxt |Replaces the value of the option of a selection element with its text (display) value. Stands for //list text.//|sel1.lsttxt() |Returns the text value of the selected option of the [[selection element>>Formcycle.Designer.Form.FormElements.Selection]] with the name //sel1//.
159 159  | lsttitle |Replace the value of the selected option of a selection element with its title. Stands for //list title//.|sel1.lsttitle() |Returns the title (if given) of the selected option of the selection element with the name //sel1//.
160 160  | lst |Replaces all values of a select element with the corresponding value of a certain column from the data source that provides the options for the select element. The name of the column must be given as an argument. When the data source does not given any names for its columns, you must use //col0//, //col1//, //col2// etc.|sel1.lst("CountryName")|Returns the value of the column with the name "CountryName" from the data source of the select element with name //sel1//.
... ... @@ -190,8 +190,10 @@
190 190  
191 191  It is possible to insert placeholders into the created form control elements.
192 192  
193 -== Insert HTML {{version major="7" minor="2"/}} ==
192 +== Interpreting HTML ==
194 194  
194 + {{version major="7" minor="2"/}}
195 +
195 195  {{figure image="addField_en.png" width="400"}}
196 196  Adding a field.
197 197  {{/figure}}
... ... @@ -201,3 +201,27 @@
201 201  {{/figure}}
202 202  
203 203  In case the text value of the form elements or placeholders need to be interpreted as HTML, they have to be added through //MergeFields//. //MergeFields// can be inserted through //Insert// {{rarrow/}} //Quick Parts// {{rarrow/}} //Field//. In the pop up window, under the menu //Place choose a field//, the field name //MergeField// has to be selected. After selecting //MergeFields//, under the menu //Field properties//, in the field //Field name//, the name of the form element or placeholder has to be inserted.
205 +
206 +
207 +== Placeholder replacement ==
208 +
209 +It is possible to insert placeholders into the created form control elements.
210 +
211 +== Interpreting HTML {{version major="7" minor="2"/}} ==
212 +
213 +
214 +
215 +{{figure image="addField_en.png" width="400"}}
216 +Adding a field.
217 +{{/figure}}
218 +
219 +{{figure image="mergeField_en.png" width="400"}}
220 +Creating a //MergeField//.
221 +{{/figure}}
222 +
223 +In case the text value of the form elements or placeholders need to be interpreted as HTML, they have to be added through //MergeFields//. //MergeFields// can be inserted through //Insert// {{rarrow/}} //Quick Parts// {{rarrow/}} //Field//. In the pop up window, under the menu //Place choose a field//, the field name //MergeField// has to be selected. After selecting //MergeFields//, under the menu //Field properties//, in the field //Field name//, the name of the form element or placeholder has to be inserted.
224 +
225 +
226 +== Placeholder replacement ==
227 +
228 +It is possible to insert placeholders into the created form control elements.