Modifiche per il documento test
Ultima modifica di Jip-jan Alunkel il marzo 13, 19:02
Dalla versione 50.1
modificato da Jip-jan Alunkel
il luglio 10, 18:02
il luglio 10, 18:02
Cambia il commento:
Nessun commento per questa versione
Alla versione 56.1
modificato da Jip-jan Alunkel
il luglio 10, 18:23
il luglio 10, 18:23
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,29 @@ 1 1 2 2 {{velocity}} 3 -{{html wiki="false"}} 4 -#set ($docx = $xwiki.getDocument("Main.WebHome")) 5 -#set ($content = $docx.getContent()) 6 -#set ($title = $docx.getTitle()) 7 -#set ($contentex = $docx.getTranslatedDocument("en").getContent()) 8 -#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.getValue() 10 +#end 9 9 10 -$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 20 + 21 +#set ($xclass = $xobject.xWikiClass) 22 +#foreach ($property in $xclass.properties) 23 + $property.Name 24 + $property.value 25 +#end 26 +*# 11 11 {{/html}} 12 12 {{/velocity}} 13 13