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 7.1
edited by Nils Schweigert
on 09.09.2022, 15:32
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,7 +190,7 @@
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 {{version major="7" minor="2"/}} ==
194 194  
195 195  {{figure image="addField_en.png" width="400"}}
196 196  Adding a field.