Modifiche per il documento Macros
Ultima modifica di Jip-jan Alunkel il aprile 15, 18:09
Dalla versione 2.25
modificato da Jip-jan Alunkel
il marzo 24, 18:03
il marzo 24, 18:03
Cambia il commento:
Nessun commento per questa versione
Alla versione 2.23
modificato da Jip-jan Alunkel
il marzo 24, 17:24
il marzo 24, 17:24
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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,8 +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 -halloo 17 17 #macro(createFormElement $elementDataObj) 18 18 #set($elementType = $elementDataObj.type) 19 19 #if($elementType == "select") ... ... @@ -57,6 +57,6 @@ 57 57 {{/html}} 58 58 #end 59 59 60 -# #createFormElement($localitySelectElement)57 +#createFormElement($localitySelectElement) 61 61 {{/velocity}} 62 62