Modifications pour le document Macros

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

Depuis la version 2.53
modifié par Jip-jan Alunkel
sur mars 28, 16:08
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
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -2,6 +2,7 @@
2 2  #macro(createFormStart $id $product)
3 3  <form action="" id="${id}" method="post" class="formMaker" data-form-product="${product}" novalidate="novalidate">
4 4  #end
5 +
5 5  #macro(createFormEnd)
6 6  </form>
7 7  #end
... ... @@ -29,7 +29,6 @@
29 29   #else
30 30   #set($hint = "This type of element does not exist, read the manual for more information about element types.")
31 31   #end
32 -{{html}}
33 33   #if($elementTagName == "select" || $elementTagName == "input" || $elementTagName == "textarea")
34 34   <p${requiredCSSClass}>
35 35   <label for="${elementDataObj.id}_${elementTagName}">
... ... @@ -65,7 +65,6 @@
65 65   #if($hint != "")
66 66   <p class="box errormessage">${hint}</p>
67 67   #end
68 -{{/html}}
69 69  #end
70 70  
71 71  #macro(createSelectElement $O_elementData $O_tagName $O_requiredAttributes)