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
Hide line numbers
1: ## you can modify this page to customize the presentation of your object 2: 3: 1 Document $doc.name 4: 5: #set($class = $doc.getObject("XAppClasses.XWikiApplicationClass").xWikiClass) 6: 7: <dl> 8: #foreach($prop in $class.properties) 9: <dt> ${prop.prettyName} </dt> 10: <dd>$doc.display($prop.getName())</dd> 11: #end 12: </dl>