Changes for page test
Last modified by Jip-jan Alunkel on March 13, 19:02
From version 54.1
edited by Jip-jan Alunkel
on July 10, 18:13
on July 10, 18:13
Change comment:
There is no comment for this version
To version 55.1
edited by Jip-jan Alunkel
on July 10, 18:23
on July 10, 18:23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -3,13 +3,27 @@ 3 3 {{html wiki="true"}} 4 4 #set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking")) 5 5 #set ($xobject = $doc.getObject('cases.Code.casesClass')) 6 -$xobject.getProperty('remedy').value 6 +#set ($xclass = $xobject.xWikiClass) 7 +#foreach ($property in $xclass.properties) 8 +## $xobject.getProperty('remedy').value 9 + $property.value 10 +#end 7 7 12 +#* 13 +#set ($xdoc=$xwiki.getDocument($Formulier)) 14 +#set ($xobject = $xdoc.getObject('Main.Werkwijze.Formulieren.Code.FormulierenClass')) 8 8 #set ($xclass = $xobject.xWikiClass) 9 9 #foreach ($property in $xclass.properties) 10 10 $property.Name 11 11 $property.value 12 12 #end 20 + 21 +#set ($xclass = $xobject.xWikiClass) 22 +#foreach ($property in $xclass.properties) 23 + $property.Name 24 + $property.value 25 +#end 26 +*# 13 13 {{/html}} 14 14 {{/velocity}} 15 15