Changes for page Document Tree Macro

Last modified by Michael Hamann on 2024/04/12 15:23

From version 50.1
edited by Marius Dumitru Florea
on 2017/09/27 10:48
Change comment: Upload new image "editDocumentTreeMacroDialog.png", version 1.1
To version 51.1
edited by Marius Dumitru Florea
on 2017/09/27 10:53
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -6,6 +6,12 @@
6 6  
7 7  = Usage =
8 8  
9 +== WYSIWYG Editor ==
10 +
11 +You can insert this macro from the WYSIWYG Editor. Look for "**Page Tree**" in the list of macros.
12 +
13 +{{image reference="editDocumentTreeMacroDialog.png"/}}
14 +
9 9  == Wiki Macro ==
10 10  
11 11  {{code language="none"}}
... ... @@ -67,7 +67,7 @@
67 67  
68 68  When the tree is empty the following message is displayed:
69 69  
70 -{{image reference="emptyDocTree.png" /}}
76 +{{image reference="emptyDocTree.png"/}}
71 71  
72 72  == Children Pages ==
73 73  
... ... @@ -87,7 +87,7 @@
87 87  {{documentTree /}}
88 88  {{/code}}
89 89  
90 -{{image reference="nestedDocTree.png" /}}
96 +{{image reference="nestedDocTree.png"/}}
91 91  
92 92  == Nested Space Tree ==
93 93  
... ... @@ -95,7 +95,7 @@
95 95  {{documentTree showSpaces="true" /}}
96 96  {{/code}}
97 97  
98 -{{image reference="nestedSpaceTree.png" /}}
104 +{{image reference="nestedSpaceTree.png"/}}
99 99  
100 100  == Parent-Child Document Tree ==
101 101  
... ... @@ -105,7 +105,7 @@
105 105  {{documentTree hierarchyMode="parentchild" /}}
106 106  {{/code}}
107 107  
108 -{{image reference="parentChildTree.png" /}}
114 +{{image reference="parentChildTree.png"/}}
109 109  
110 110  === Parent-Child Mixed With Space Grouping ===
111 111  
... ... @@ -115,7 +115,7 @@
115 115  {{documentTree hierarchyMode="parentchild" showSpaces="true" /}}
116 116  {{/code}}
117 117  
118 -{{image reference="spaceParentChildTree.png" /}}
124 +{{image reference="spaceParentChildTree.png"/}}
119 119  
120 120  == Navigation Panel ==
121 121  
... ... @@ -123,7 +123,7 @@
123 123  {{documentTree showTranslations="false" showAttachments="false" compact="true" /}}
124 124  {{/code}}
125 125  
126 -{{image reference="navigationPanel.png" /}}
132 +{{image reference="navigationPanel.png"/}}
127 127  
128 128  == Full Entity Tree ==
129 129  
... ... @@ -132,7 +132,7 @@
132 132   showChildDocuments="false" showObjects="true" showClassProperties="true" /}}
133 133  {{/code}}
134 134  
135 -{{image reference="entityTree.png" /}}
141 +{{image reference="entityTree.png"/}}
136 136  
137 137  == Subtree with Checkboxes ==
138 138  
... ... @@ -140,7 +140,7 @@
140 140  {{documentTree root="document:xwiki:Sandbox.WebHome" checkboxes="true"/}}
141 141  {{/code}}
142 142  
143 -{{image reference="subTreeWithCheckboxes.png" /}}
149 +{{image reference="subTreeWithCheckboxes.png"/}}
144 144  
145 145  = Custom Document Tree =
146 146  

Get Connected