Changes for page Macros
Last modified by Jip-jan Alunkel on April 15, 18:09
From version 2.52
edited by Jip-jan Alunkel
on March 28, 16:00
on March 28, 16:00
Change comment:
There is no comment for this version
To version 2.53
edited by Jip-jan Alunkel
on March 28, 16:08
on March 28, 16:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,11 @@ 1 1 {{velocity}} 2 +#macro(createFormStart $id $product) 3 +<form action="" id="${id}" method="post" class="formMaker" data-form-product="${product}" novalidate="novalidate"> 4 +#end 5 +#macro(createFormEnd) 6 +</form> 7 +#end 8 + 2 2 #macro(createFormElement $elementDataObj) 3 3 #set($elementType = $elementDataObj.type) 4 4 #set($elementTagName = '')