General Actions:
Log-in
Register
Home
▼
:
Wiki Index
»
Space:
Macros
»
Page:
DisplayObjectInfos
fr
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Display all or a selected list of properties of an object
Wiki source code of
Display all or a selected list of properties of an object
Last modified by
Guenther Hutter
on 2016/02/17 20:23
Content
Hide line numbers
1: 2: === Display the first_name, last_name and email properties for the Admin user : === 3: {{velocity}} 4: {{DisplayObjectInfos docFullName="XWiki.Admin" className="XWiki.XWikiUsers" properties="first_name,last_name,email" }} 5: {{/velocity}}