Changes for page test

Last modified by Jip-jan Alunkel on March 13, 19:02

From version 48.1
edited by Jip-jan Alunkel
on July 10, 18:01
Change comment: There is no comment for this version
To version 57.1
edited by Jip-jan Alunkel
on July 10, 18:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,29 @@
1 1  
2 2  {{velocity}}
3 -#set ($docx = $xwiki.getDocument("Main.WebHome"))
4 -#set ($content = $docx.getContent())
5 -#set ($title = $docx.getTitle())
6 -#set ($contentex = $docx.getTranslatedDocument("en").getContent())
7 -#set ($titleex = $docx.getTranslatedDocument("en").title)
3 +{{html wiki="true"}}
4 +#set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking"))
5 +#set ($xobject = $doc.getObject('cases.Code.casesClass'))
6 +#set ($xclass = $xobject.xWikiClass)
7 +#foreach ($property in $xclass.properties)
8 +## $xobject.getProperty('remedy').value
9 + $property
10 +#end
8 8  
9 -$contentex
12 +#*
13 +#set ($xdoc=$xwiki.getDocument($Formulier))
14 +#set ($xobject = $xdoc.getObject('Main.Werkwijze.Formulieren.Code.FormulierenClass'))
15 +#set ($xclass = $xobject.xWikiClass)
16 +#foreach ($property in $xclass.properties)
17 + $property.Name
18 + $property.value
19 +#end
10 10  
21 +#set ($xclass = $xobject.xWikiClass)
22 +#foreach ($property in $xclass.properties)
23 + $property.Name
24 + $property.value
25 +#end
26 +*#
27 +{{/html}}
11 11  {{/velocity}}
12 12