General Actions:
Log-in
Register
Home
▼
:
Wiki Index
»
Space:
XWiki
»
Page:
RequiredRightClass
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Welcome to bytebang
»
XWiki Space
»
Data types
»
RequiredRightClass
Wiki source code of
RequiredRightClass
Last modified by
Administrator
on 2014/06/29 19:30
Content
·
Attachments
(0)
·
Information
Hide line numbers
1: {{velocity}} 2: ## Replace Main with the Space where you want your documents to be created. 3: ## Replace the default parent with the one of your choice and save the document. 4: ## 5: #set($className = $doc.name.substring(0, $doc.name.indexOf("Class"))) 6: #set($defaultParent = "${doc.space}.${className}Class") 7: #set($defaultSpace = 'Main') 8: {{/velocity}} 9: 10: {{include reference="XWiki.ClassSheet"/}}