Changes for page test

Modificado por Jip-jan Alunkel em março 13, 19:02

From version 69.4
edited by Jip-jan Alunkel
on agosto 19, 20:05
Change comment: Updated class property
To version 69.5
edited by Jip-jan Alunkel
on agosto 19, 20:06
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -3,7 +3,7 @@
3 3  #set($obj = $doc.getObject('test.WebHome'))
4 4  #set($class = $obj.xWikiClass) ## access the class object representing SomeSpace.SomeClass
5 5  #foreach($prop in $class.properties) ## go through all properties
6 - <dt> *${prop.prettyName}* </dt>
6 + <dt>${prop.prettyName}</dt>
7 7   <dd>$doc.display($prop.getName())</dd>
8 8  #end
9 9