Application Within Minutes - Prototype Editor I1 Sheet
Last modified by Vincent Massol on 2024/11/19 16:12
Steps These are the steps to get started with your new application:
Tips This is an example of how to iterate through all properties of your class and display their values for the current document in a definition list
{{velocity}}
#set($class = $doc.getObject('SPACE.YOUR_CLASS').xWikiClass)
#foreach($prop in $class.properties)
; $prop.prettyName
:
#end
{{/velocity}}
![]()