Wiki source code of Tree

Last modified by Leon Poon on 2020/12/11 16:00

Hide last authors
Leon Poon 1.1 1 {{box cssClass="floatinginfobox"}}
2 {{toc start="2" /}}
3 {{/box}}
4
Leon Poon 2.1 5 {{velocity}}
Leon Poon 3.1 6 $services.localization.render('help.macros.tree.pageDescription', ['**']) [[$services.localization.render('help.more.label')>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro]]
Leon Poon 1.1 7
Leon Poon 2.1 8 == $services.localization.render('help.macros.tree.header1') ==
9 {{/velocity}}
Leon Poon 1.1 10
11 {{example}}
12 {{documentTree /}}
13 {{/example}}
14
Leon Poon 2.1 15 {{velocity}}
16 === $services.localization.render('help.macros.tree.header2') ===
17 {{/velocity}}
Leon Poon 1.1 18
Leon Poon 2.1 19
Leon Poon 1.1 20 {{example}}
21 {{documentTree compact="true" /}}
22 {{/example}}
23
Leon Poon 2.1 24 {{velocity}}
25 == $services.localization.render('help.macros.tree.header3',['>']) ==
26 {{/velocity}}
Leon Poon 1.1 27
28 {{example}}
29 {{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}}
30 {{/example}}
31
Leon Poon 2.1 32 {{velocity}}
33 == $services.localization.render('help.macros.tree.header4') ==
34 {{/velocity}}
Leon Poon 1.1 35
36 {{example}}
37 {{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false"
38 showChildDocuments="false" showObjects="true" showClassProperties="true" /}}
39 {{/example}}