Modifiche per il documento test
Ultima modifica di Jip-jan Alunkel il marzo 13, 19:02
Dalla versione 113.49
modificato da Jip-jan Alunkel
il febbraio 12, 17:57
il febbraio 12, 17:57
Cambia il commento:
Updated class property
Alla versione 113.52
modificato da Jip-jan Alunkel
il febbraio 12, 18:01
il febbraio 12, 18:01
Cambia il commento:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,14 +4,18 @@ 4 4 #foreach($item in [0..200]) 5 5 #if($item == 0) 6 6 #set($drDoc = $xwiki.getDocument("cases.back.Asdfasdf asdff")) 7 + $services.model.resolveDocument('', 'default', $drDoc.documentReference)<br /> 8 + $drDoc.title<br /> 9 + $services.model.resolveDocument('', 'default', $drDoc.documentReference).getName()<br /> 10 + $drDoc.getSpace()<br /><br /> 7 7 #else 8 8 #if($doc == $drDoc) 9 9 #break 10 10 #else 11 - $drDocReference<br /> 12 - $drDoc.title<br /> 13 - $drDocReference.getName()<br /> 14 - $drDoc.getSpace()<br /><br /> 15 + $drDocReference<br /> 16 + $drDoc.title<br /> 17 + $drDocReference.getName()<br /> 18 + $drDoc.getSpace()<br /><br /> 15 15 #set($drDoc = $xwiki.getDocument("${drDoc.getSpace()}")) 16 16 #end 17 17 #end