Changes for page test
Last modified by Jip-jan Alunkel on March 13, 19:02
From version 114.40
edited by Jip-jan Alunkel
on March 13, 16:30
on March 13, 16:30
Change comment:
Updated class property
To version 114.41
edited by Jip-jan Alunkel
on March 13, 16:39
on March 13, 16:39
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 - "id" : '', 30 - "type" : '', 31 - "required" : '', 32 - "label" : '', 33 33 "aria-label": '', 30 + "id" : '', 34 34 "date-min": '', 35 35 "date-max": '', 36 36 "decimal-step": '', 37 37 "disabled": '', 35 + "label" : '', 38 38 "placeholder": '', 37 + "required" : '', 39 39 "textarea-rows": '', 39 + "type" : '', 40 40 "value": '', 41 41 "data-ajax-check": '', 42 42 "data-auto-first-capital": '', ... ... @@ -85,6 +85,7 @@ 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> 88 88 89 89 90 90 ##set($drDoc = $xwiki.getDocument("cases.back.Asdfasdf asdff"))