Wiki source code of DirectoriesTypes Sheet

Last modified by Eugen Colesnicov on 2013/03/24 06:00

Show last authors
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('etvcCorrespondence2Code.DirectoriesTypesClass').xWikiClass)
6 #foreach($prop in $class.properties)
7 ; $prop.prettyName
8 : $doc.display($prop.getName())
9 #end
10 {{/velocity}}