Wijzigen voor document test

Laatst gewijzigd door Jip-jan Alunkel op maart 13, 19:02

Van versie 69.3
gewijzigd door Jip-jan Alunkel
op augustus 19, 20:04
Opmerking bij wijziging: Updated class property
Naar versie 69.5
gewijzigd door Jip-jan Alunkel
op augustus 19, 20:06
Opmerking bij wijziging: Updated class property

Samenvatting

Details

Paginaeigenschappen
Inhoud
... ... @@ -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