Modifications pour le document Macros

Modifié par Jip-jan Alunkel le avril 15, 18:09

Depuis la version 2.55
modifié par Jip-jan Alunkel
sur mars 28, 16:17
Commentaire de modification : Il n'y a aucun commentaire pour cette version
À la version 2.52
modifié par Jip-jan Alunkel
sur mars 28, 16:00
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -1,16 +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 -
8 -#macro(createFormEnd)
9 -{{html}}
10 -</form>
11 -{{/html}}
12 -#end
13 -
14 14  #macro(createFormElement $elementDataObj)
15 15   #set($elementType = $elementDataObj.type)
16 16   #set($elementTagName = '')