General Actions:
Log-in
Register
Home
▼
:
Wiki Index
»
Space:
XWiki
»
Page:
UIExtensionSheet
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Welcome to bytebang
»
XWiki Space
»
UI Extension Class
»
User Interface Extension Sheet
Wiki source code of
User Interface Extension Sheet
Last modified by
Administrator
on 2014/06/29 19:29
Content
·
Attachments
(0)
·
Information
Show line numbers
{{velocity}} #set ($class = $doc.getObject('XWiki.UIExtensionClass').xWikiClass) #foreach ($uix in $doc.getObjects('XWiki.UIExtensionClass')) = UIExtension $uix.number = #foreach ($prop in $class.properties) ; $prop.prettyName #if ($prop.getType() == 'TextAreaClass') : (% class="box" %)((({{{$uix.getProperty($prop.getName()).getValue()}}}))) #else : $doc.display($prop.getName(), $uix) #end #end #end {{/velocity}}