Allgemeine Aktionen:
Anmelden
Registrieren
Wiki:
games
▼
:
Dokumentenindex
»
Space:
XAppSheets
▼
:
Dokumentenverzeichnis
»
Seite:
XWikiApplicationClassSheet
Suche
default
Aktionen:
Exportieren
▼
:
Als PDF exportieren
Als RTF exportieren
Als HTML exportieren
Weitere Aktionen
▼
:
Druckvorschau
Zeige den Quellcode
Document XWikiApplicationClassSheet
Wiki-Quellcode von
Document XWikiApplicationClassSheet
Zuletzt geändert von am 2008/05/25 21:21
Inhalt
·
Kommentare
(0)
·
Anmerkungen
(0)
·
Anhänge
(0)
·
Historie
·
Information
Zeilennummern verstecken
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>