Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 1.124
edited by Jip-jan Alunkel
on March 08, 18:20
on March 08, 18:20
Change comment:
There is no comment for this version
To version 1.131
edited by Jip-jan Alunkel
on March 08, 18:28
on March 08, 18:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -35,7 +35,7 @@ 35 35 ## The classProperties Map has to be in the order of how you want the form elements to appear in the form. 36 36 #set($classProperties = [ 37 37 {'practiceName': {'type': 'text'}}, 38 - {'pmAddress': {'type': ' text', 'extraAttributes': {"aria-label": "Input and select the address of your practice", "placeholder": "$services.localization.render('homeopaths.multiword.address.placeholder')", "data-auto-first-capital": "true", "data-query-type": "address", "data-query-reference": "", "data-query-list-type": "suggest-select", "data-query-list-header": "$services.localization.render('pagemaker.line.suggest_select_list')", "data-query-list-contents": "value/key", "data-query-list-editable": "false", "data-create-xobj": "true", "data-xobj-classname": "homeopaths.Code.homeopathsClass", "help-block" : 'Input street and number, then select the address of your practice.'}}},38 + {'pmAddress': {'type': 'address', 'extraAttributes': {"aria-label": "Input and select the address of your practice", "placeholder": "$services.localization.render('homeopaths.multiword.address.placeholder')", "data-auto-first-capital": "true", "data-query-type": "address", "data-query-reference": "", "data-query-list-type": "suggest-select", "data-query-list-header": "$services.localization.render('pagemaker.line.suggest_select_list')", "data-query-list-contents": "value/key", "data-query-list-editable": "false", "data-create-xobj": "true", "data-xobj-classname": "homeopaths.Code.homeopathsClass", "help-block" : 'Input street and number, then select the address of your practice.'}}}, 39 39 {'pmStreet': {'type': 'text'}}, 40 40 {'pmHousenumber': {'type': 'text'}}, 41 41 {'pmPostcode': {'type': 'text'}}, ... ... @@ -93,9 +93,9 @@ 93 93 #set($propertyOpener = $item.opener) 94 94 #set($propertyParent = $item.parent) 95 95 #set($extraAttributes = $item.extraAttributes) 96 +$extraAttributes.keySet().size() 96 96 #end 97 97 #set($label = $services.localization.render("homeopaths.classproperty.${key}")) 98 - 99 99 #if($theDocObj.getProperty($key)) 100 100 #set($value = $theDocObj.getProperty($key).value) 101 101 #if(!$value) ... ... @@ -111,11 +111,12 @@ 111 111 "data-xobj-fieldname" : "$key", 112 112 "value" : "$value" 113 113 }) 114 - #if($extraAttributes) 114 + #if($extraAttributes.keySet().size() > 0) 115 115 #set($attrMap = $extraAttributes) 116 116 #foreach($attr in $attrMap.keySet()) 117 117 #set($discard = $newElem.put("$attr", $attrMap[$attr])) 118 118 #end 119 +$newElem 119 119 #end 120 120 #if($propertyOpener) 121 121 #set($discard = $newElem.put("data-opener", "true"))