General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
Panels
▼
:
Document Index
»
Page:
PanelSheet
Search
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
XWiki Space
»
Data types
»
Panel Class
»
Panel Sheet
Wiki source code of
Panel Sheet
Last modified by
Administrator
on 2012/03/21 17:40
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
{{velocity output="false"}} #macro(displayPanelProperty $obj $propName) ; #if ($xcontext.action == 'inline') {{html}}<label for="${class.getName()}_${obj.number}_${propName}">$msg.get("${class.getName()}_${propName}")</label>{{/html}} #else $msg.get("${class.getName()}_${propName}") #end : $doc.display($propName, $obj) #end #set ($paneldoc = $doc) {{/velocity}} {{velocity}} #set ($obj = $doc.getObject('Panels.PanelClass')) #if ($obj) #set($class = $obj.xWikiClass) #displayPanelProperty($obj 'name') #displayPanelProperty($obj 'type') #displayPanelProperty($obj 'category') #displayPanelProperty($obj 'description') #displayPanelProperty($obj 'content') #end {{/velocity}}