Änderungen von Dokument Children Macro
Zuletzt geändert von Burkard Hagspiel am 2025-38-30
Von Version 4.1
bearbeitet von Burkard Hagspiel
am 2025-38-30
am 2025-38-30
Änderungskommentar:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.3.0]
Auf Version 2.1
bearbeitet von superadmin
am 2025-24-30
am 2025-24-30
Änderungskommentar:
Migrated property [executionIsolated] from class [XWiki.WikiMacroClass]
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 1 gelöscht)
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 - xwiki:XWiki.Hagspiel1 +XWiki.superadmin
- XWiki.WikiMacroClass[0]
-
- Makro-Code
-
... ... @@ -1,10 +1,5 @@ 1 1 {{velocity}} 2 2 ## Escape special characters in the macro parameter value. 3 3 #set ($sort = $xcontext.macro.params.sort.replaceAll('([~"])', '~$1')) 4 -#if ("$!xcontext.macro.params.root" != '') 5 - #set ($root = $xcontext.macro.params.root) 6 -#else 7 - #set ($root = 'document:') 8 -#end 9 -{{documentTree root="$root" sortDocumentsBy="$!sort" /}} 4 +{{documentTree root="document:" sortDocumentsBy="$!sort" /}} 10 10 {{/velocity}}
- XWiki.WikiMacroParameterClass[1]
-
- Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -root - Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. The format of a node identifier is entityType:entityReference, where the entity type can be for instance wiki, space, document. E.g.: wiki:xwiki, space:xwiki:Main, document:xwiki:Main.WebHome - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein