Consortium
Activities
Projects
Forge
Events
Log-in
Register
Document $doc.name
Space Menu
Consortium
|
Solutions
|
Middleware
|
Forge
|
MyObjectWeb
|
PDF
|
History
|
More Actions
View
Code
|
XML
|
Help
Documentation
|
XWiki Syntax
|
## you can modify this page to customize the presentation of your object ## at first you should keep the default presentation ## save this template using the save button at the top left 1 Document $doc.name ## Change class name to your class name #set($class = $doc.getObject("XWiki.MyClass").xWikiClass) <table border="1" cellspacing="0" cellpadding="2"> #foreach($prop in $class.properties) <tr><td> *${prop.prettyName}* </td> <td>$doc.display($prop.getName())</td> </tr> #end </table>