Changes for page Macros

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

From version 2.54
edited by Jip-jan Alunkel
on March 28, 16:10
Change comment: There is no comment for this version
To version 2.52
edited by Jip-jan Alunkel
on March 28, 16:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,15 +1,4 @@
1 1  {{velocity}}
2 -#macro(createFormStart $id $product)
3 -{{html}}
4 -<form action="" id="${id}" method="post" class="formMaker" data-form-product="${product}" novalidate="novalidate">
5 -{{/html}}
6 -#end
7 -#macro(createFormEnd)
8 -{{html}}
9 -</form>
10 -{{/html}}
11 -#end
12 -
13 13  #macro(createFormElement $elementDataObj)
14 14   #set($elementType = $elementDataObj.type)
15 15   #set($elementTagName = '')