Changes for page Macros

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

From version 1.3
edited by Jip-jan Alunkel
on March 24, 14:36
Change comment: There is no comment for this version
To version 1.4
edited by Jip-jan Alunkel
on March 24, 14:38
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($elementDataObj = '{
4 +#set($localitySelectElement = '{
5 5   "id" : "locality",
6 6   "type" : "select",
7 7   "required" : true,
... ... @@ -43,5 +43,8 @@
43 43   </p>
44 44   #end
45 45  #end
46 +
47 +#createSelectElement($localitySelectElement)
48 +
46 46  {{/velocity}}
47 47