General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
XAppSheets
▼
:
Document Index
»
Page:
XWikiApplicationClassSheet
Search
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Document XWikiApplicationClassSheet
Wiki source code of
Document XWikiApplicationClassSheet
Last modified by on 2008/05/25 21:21
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
## you can modify this page to customize the presentation of your object 1 Document $doc.name #set($class = $doc.getObject("XAppClasses.XWikiApplicationClass").xWikiClass) <dl> #foreach($prop in $class.properties) <dt> ${prop.prettyName} </dt> <dd>$doc.display($prop.getName())</dd> #end </dl>