Modifications pour le document Books

Modifié par Jip-jan Alunkel le novembre 23, 10:59

Depuis la version 3.26
modifié par Jip-jan Alunkel
sur mars 28, 18:51
Commentaire de modification : Il n'y a aucun commentaire pour cette version
À la version 3.30
modifié par Jip-jan Alunkel
sur mars 28, 22:23
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -65,6 +65,22 @@
65 65  
66 66  #createFormElement($remedy)
67 67  
68 +#set($extra_info = {
69 + "id" : "extra_info",
70 + "type" : "checkbox",
71 + "required" : "no",
72 + "label" : "Extra information (optional)",
73 + "value" : "yes"
74 +})
75 +
76 +#createFormElement($extra_info)
77 +
78 +#createExpandStart("extra_info" "yes")
79 +
80 +Hi there, I am a hungry person.
81 +
82 +#createExpandEnd()
83 +
68 68  #createFormEnd()
69 69  
70 70  {{/html}}