Wiki source code of Tree
Version 1.1 by Sergey Lebedev on 2019/04/12 15:49
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{box cssClass="floatinginfobox"}} |
| 2 | {{toc start="2" /}} | ||
| 3 | {{/box}} | ||
| 4 | |||
| 5 | **Page Tree Macro** displays the hierarchy of pages. [[Learn more>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro]] | ||
| 6 | |||
| 7 | == Page Hierarchy Tree == | ||
| 8 | |||
| 9 | {{example}} | ||
| 10 | {{documentTree /}} | ||
| 11 | {{/example}} | ||
| 12 | |||
| 13 | === Compact Page Hierarchy Tree === | ||
| 14 | |||
| 15 | {{example}} | ||
| 16 | {{documentTree compact="true" /}} | ||
| 17 | {{/example}} | ||
| 18 | |||
| 19 | == Wiki > Space > Page Tree == | ||
| 20 | |||
| 21 | {{example}} | ||
| 22 | {{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}} | ||
| 23 | {{/example}} | ||
| 24 | |||
| 25 | == Full Entity Tree == | ||
| 26 | |||
| 27 | {{example}} | ||
| 28 | {{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false" | ||
| 29 | showChildDocuments="false" showObjects="true" showClassProperties="true" /}} | ||
| 30 | {{/example}} |