Changes for page test
Last modified by Jip-jan Alunkel on March 13, 19:02
From version 114.41
edited by Jip-jan Alunkel
on March 13, 16:39
on March 13, 16:39
Change comment:
Updated class property
To version 114.40
edited by Jip-jan Alunkel
on March 13, 16:30
on March 13, 16:30
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -26,17 +26,17 @@ 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" : '', 30 + "type" : '', 31 + "required" : '', 32 + "label" : '', 33 + "aria-label": '', 31 31 "date-min": '', 32 32 "date-max": '', 33 33 "decimal-step": '', 34 34 "disabled": '', 35 - "label" : '', 36 36 "placeholder": '', 37 - "required" : '', 38 38 "textarea-rows": '', 39 - "type" : '', 40 40 "value": '', 41 41 "data-ajax-check": '', 42 42 "data-auto-first-capital": '', ... ... @@ -85,7 +85,6 @@ 85 85 #end 86 86 ##$attrMap 87 87 88 -<input type="${elementDataObj.type}" class="form-control full" name="${elementDataObj.id}" id="${elementDataObj.id}"#foreach($a in $attrMap) $a#end> 89 89 90 90 91 91 ##set($drDoc = $xwiki.getDocument("cases.back.Asdfasdf asdff"))