Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.291
edited by Jip-jan Alunkel
on March 18, 22:57
on March 18, 22:57
Change comment:
Rollback to version 1.38
To version 3.292
edited by Jip-jan Alunkel
on March 18, 22:59
on March 18, 22:59
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -29,6 +29,8 @@ 29 29 #set($xa["$item"] = $theDocObj.getProperty("$item").value) 30 30 #end 31 31 #end 32 +## Set the XClass properties which you would like to be displayed. 33 +#set($properties = ['nrOfHomeopaths','certification','certificationFrom']) 32 32 ## CLASSPROPERTIES: The classProperties Map has to be in the order of how you want the form elements to appear in the form. 33 33 ## 'opener': 1 --> Input functions as an interface control element, it 'opens' an additional block of form inputs. Only for select, input or radio inputs. 34 34 ## 'classless': 1 --> Input is not bound to any XClass or XClass property. ... ... @@ -49,8 +49,6 @@ 49 49 'certification': {'type': 'checkbox', 'opener': 1}, 50 50 'certificationFrom': {'type': 'text', 'parent': 'certification'} 51 51 }) 52 -## Set the XClass properties which you would like to be displayed. 53 -#set($properties = ['nrOfHomeopaths','certification','certificationFrom']) 54 54 ## Show the document content 55 55 $doc.getTranslatedDocument().getContent() 56 56