Modifications pour le document test

Modifié par Jip-jan Alunkel le mars 13, 19:02

Depuis la version 114.44
modifié par Jip-jan Alunkel
sur mars 13, 19:02
Commentaire de modification : Updated class property
À la version 114.40
modifié par Jip-jan Alunkel
sur mars 13, 16:30
Commentaire de modification : Updated class property

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -1,13 +1,6 @@
1 1  
2 2  {{velocity}}
3 3  {{html}}
4 -
5 -#if($request.get("hallo"))
6 - ok
7 -#else
8 - not ok
9 -#end
10 -$doc.getURL('edit')
11 11  ## afwijkende attributen
12 12  ## "help-block": '',
13 13  ## "data-decimals": ''
... ... @@ -35,16 +35,16 @@
35 35   #set($attrMap = {
36 36   "id" : '',
37 37   "type" : '',
38 - "label" : '',
39 - "value": '',
40 - "placeholder": '',
41 41   "required" : '',
42 - "disabled": '',
32 + "label" : '',
43 43   "aria-label": '',
44 44   "date-min": '',
45 45   "date-max": '',
46 46   "decimal-step": '',
37 + "disabled": '',
38 + "placeholder": '',
47 47   "textarea-rows": '',
40 + "value": '',
48 48   "data-ajax-check": '',
49 49   "data-auto-first-capital": '',
50 50   "data-create-page": '',
... ... @@ -92,7 +92,6 @@
92 92   #end
93 93  ##$attrMap
94 94  
95 -<input type="${elementDataObj.type}" class="form-control full" name="${elementDataObj.id}" id="${elementDataObj.id}"#foreach($a in $attrMap) $a#end>
96 96  
97 97  
98 98  ##set($drDoc = $xwiki.getDocument("cases.back.Asdfasdf asdff"))