Wiki broncode van ASolutionsDocument Sheet
Version 1.1 by Sven Borman on 18-05-2019
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | ## You can modify this page to customize the presentation of your object. | ||
3 | ## At first you should keep the default presentation and just save the document. | ||
4 | |||
5 | #set($class = $doc.getObject('XWiki.ASolutionsDocumentClass').xWikiClass) | ||
6 | #foreach($prop in $class.properties) | ||
7 | ; $doc.displayPrettyName($prop.name) | ||
8 | : $doc.display($prop.name) | ||
9 | #end | ||
10 | {{/velocity}} |