Wijzigen voor document test

Laatst gewijzigd door Jip-jan Alunkel op maart 13, 19:02

Van versie 114.41
gewijzigd door Jip-jan Alunkel
op maart 13, 16:39
Opmerking bij wijziging: Updated class property
Naar versie 114.43
gewijzigd door Jip-jan Alunkel
op maart 13, 18:53
Opmerking bij wijziging: Updated class property

Samenvatting

Details

Paginaeigenschappen
Inhoud
... ... @@ -1,6 +1,12 @@
1 1  
2 2  {{velocity}}
3 3  {{html}}
4 +
5 +#if($request.get("hallo"))
6 + ok
7 +#else
8 + not ok
9 +#end
4 4  ## afwijkende attributen
5 5  ## "help-block": '',
6 6  ## "data-decimals": ''
... ... @@ -26,18 +26,18 @@
26 26   "help-block" : 'This will be used as the title of your case. The first character must be a letter. For example:<br />- "Otitis Media in 13 year old boy" or<br />- "Cataract in 72 year old paraplegic woman"'
27 27  })
28 28   #set($attrMap = {
29 - "aria-label": '',
30 30   "id" : '',
31 - "date-min": '',
32 - "date-max": '',
33 - "decimal-step": '',
34 - "disabled": '',
36 + "type" : '',
35 35   "label" : '',
38 + "value": '',
36 36   "placeholder": '',
37 37   "required" : '',
41 + "disabled": '',
42 + "aria-label": '',
43 + "date-min": '',
44 + "date-max": '',
45 + "decimal-step": '',
38 38   "textarea-rows": '',
39 - "type" : '',
40 - "value": '',
41 41   "data-ajax-check": '',
42 42   "data-auto-first-capital": '',
43 43   "data-create-page": '',