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