Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.26
edited by Jip-jan Alunkel
on March 24, 18:06
Change comment: There is no comment for this version
To version 2.23
edited by Jip-jan Alunkel
on March 24, 17:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,4 @@
1 1  {{velocity}}
2 -#*
3 3  #set($localitySelectElement = {
4 4   "id" : "locality",
5 5   "type" : "select",
... ... @@ -12,7 +12,6 @@
12 12   "space-reference" : "cases",
13 13   "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list."
14 14  })
15 -*#
16 16  #macro(createFormElement $elementDataObj)
17 17   #set($elementType = $elementDataObj.type)
18 18   #if($elementType == "select")
... ... @@ -56,6 +56,6 @@
56 56  {{/html}}
57 57  #end
58 58  
59 -##createFormElement($localitySelectElement)
57 +#createFormElement($localitySelectElement)
60 60  {{/velocity}}
61 61