Modifications pour le document Macros
Modifié par Jip-jan Alunkel le avril 15, 18:09
Depuis la version 2.54
modifié par Jip-jan Alunkel
sur mars 28, 16:10
sur mars 28, 16:10
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 2.56
modifié par Jip-jan Alunkel
sur mars 28, 16:20
sur mars 28, 16:20
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,13 +1,10 @@ 1 1 {{velocity}} 2 2 #macro(createFormStart $id $product) 3 -{{html}} 4 4 <form action="" id="${id}" method="post" class="formMaker" data-form-product="${product}" novalidate="novalidate"> 5 -{{/html}} 6 6 #end 5 + 7 7 #macro(createFormEnd) 8 -{{html}} 9 9 </form> 10 -{{/html}} 11 11 #end 12 12 13 13 #macro(createFormElement $elementDataObj) ... ... @@ -33,7 +33,6 @@ 33 33 #else 34 34 #set($hint = "This type of element does not exist, read the manual for more information about element types.") 35 35 #end 36 -{{html}} 37 37 #if($elementTagName == "select" || $elementTagName == "input" || $elementTagName == "textarea") 38 38 <p${requiredCSSClass}> 39 39 <label for="${elementDataObj.id}_${elementTagName}"> ... ... @@ -69,7 +69,6 @@ 69 69 #if($hint != "") 70 70 <p class="box errormessage">${hint}</p> 71 71 #end 72 -{{/html}} 73 73 #end 74 74 75 75 #macro(createSelectElement $O_elementData $O_tagName $O_requiredAttributes)