Changes for page Macros

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

From version 2.7
edited by Jip-jan Alunkel
on março 24, 15:13
Change comment: There is no comment for this version
To version 2.6
edited by Jip-jan Alunkel
on março 24, 15:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  
2 2  {{velocity}}
3 3  
4 -#set($localitySelectElement = {
4 +#set($localitySelectElement = '{
5 5   "id" : "locality",
6 6   "type" : "select",
7 7   "required" : true,
... ... @@ -12,7 +12,7 @@
12 12   "placeholder" : "cases.word.locality_select.placeholder",
13 13   "space-reference" : "cases",
14 14   "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list."
15 -})
15 +}')
16 16  
17 17  #macro(createSelectElement $elementDataObj)
18 18   #set($requiredAttributes = 'aria-required="false"')