Changes for page Macros

Modificado por Jip-jan Alunkel em abril 15, 18:09

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

Summary

Details

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