Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 9.9
edited by Tobias Wintrich
on 2021/09/27 15:14
on 2021/09/27 15:14
Change comment:
There is no comment for this version
To version 9.11
edited by Tobias Wintrich
on 2021/09/27 21:01
on 2021/09/27 21:01
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -1,6 +1,13 @@ 1 1 {{tree links="true" icons="false" edges="false"}} 2 2 {{velocity}} 3 3 {{html wiki=true}} 4 +#set($query="where doc.fullName='${space}.WebHome'") 5 + #set($results = false) 6 + #set($results = $xwiki.searchDocuments($query, 10, 0)) 7 + #foreach($docname in $results) 8 + [[$xwiki.getDocument($docname).getTranslatedDocument()]] 9 + #end 10 + 4 4 <ul> 5 5 #foreach ($child in $doc.getChildrenReferences()) 6 6 <li class="jstree-open">