Wiki source code of Document Tree

Version 3.1 by Guillaume Delhumeau on 2015/06/16 18:53

Show last authors
1 {{include reference="XWiki.DocumentTreeMacros" /}}
2
3 {{velocity wiki="false"}}
4 #if ($xcontext.action == 'get')
5 #updateDocTreeConfigFromRequest
6 #handleDocumentTreeRequest
7 #end
8 {{/velocity}}
9
10 {{velocity}}
11 #if ($xcontext.action != 'get')
12 == Document Hierarchy Tree ==
13
14 {{documentTree /}}
15
16 === Compact Document Hierarchy Tree ===
17
18 {{documentTree compact="true" /}}
19
20 == Document Index Tree ==
21
22 {{documentTree showSpaces="true" /}}
23
24 == Wiki > Space > Page Tree ==
25
26 {{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}}
27
28 == Full Entity Tree ==
29
30 {{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false"
31 showChildDocuments="false" showObjects="true" showClassProperties="true" /}}
32 #end
33 {{/velocity}}