Änderungen von Dokument Rangee Index
Zuletzt geändert von Tobias Wintrich am 2025/06/04 09:20
Von Version 8.4
bearbeitet von Tobias Wintrich
am 2021/09/27 14:58
am 2021/09/27 14:58
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 9.6
bearbeitet von Tobias Wintrich
am 2021/09/27 15:12
am 2021/09/27 15:12
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Objekte (1 geändert, 0 hinzugefügt, 7 gelöscht)
Details
- XWiki.WikiMacroClass[0]
-
- Makro-Code
-
... ... @@ -1,8 +1,8 @@ 1 -{{tree links="true"}} 1 +{{tree links="true" icons="false" edges="false"}} 2 2 {{velocity}} 3 3 {{html wiki=true}} 4 4 <ul> 5 -#foreach ($child in $doc.getChildren()) 5 +#foreach ($child in $doc.getChildrenReferences()) 6 6 <li class="jstree-open"> 7 7 [[$child]] 8 8 <ul>
- XWiki.WikiMacroParameterClass[15]
-
- Parameter-Vorgabe
-
... ... @@ -1,1 +1,0 @@ 1 -true - Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -Show only the wiki, space and document nodes for which the current user has view right. If this is set to false then the wiki, space and document nodes that are not viewable by the current user are listed in the tree using their names. The user won't be able to see their content by following their links though (the user will just be aware of their existence). - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein - Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -showOnlyViewable
- XWiki.WikiMacroParameterClass[16]
-
- Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -Show only the documents that have an object of the specified type. The value of this parameter is the full name of an XWiki document that holds a class definition. For example, 'Blog.CategoryClass' can be used to show only the documents that represent blog categories. Leave this parameter empty if you don't want to restrict the type of documents shown in the tree. - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein - Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -filterByClass
- XWiki.WikiMacroParameterClass[17]
-
- Parameter-Vorgabe
-
... ... @@ -1,1 +1,0 @@ 1 -false - Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -Show a text input that can be used to find tree nodes. The input is displayed above the tree and offers suggestions as you type based on the content of the tree. When a suggestion is selected the tree is expanded up to the corresponding node. - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein - Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -finder
- XWiki.WikiMacroParameterClass[18]
-
- Parameter-Vorgabe
-
... ... @@ -1,1 +1,0 @@ 1 -false - Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -Whether to show the root node or not. The root node is not shown by default because it is usually implied from the context where the tree is displayed (e.g. a label before the tree). There are some cases though when you may want to display the root node: to be able to create a new node under the root. - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein - Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -showRoot
- XWiki.WikiMacroParameterClass[19]
-
- Parameter-Vorgabe
-
... ... @@ -1,1 +1,0 @@ 1 -true - Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -Set this parameter to false if you want to include the hidden documents in the tree. Otherwise, if the value is true, the hidden documents are excluded or included based on current user's preferences. - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein - Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -filterHiddenDocuments
- XWiki.WikiMacroParameterClass[20]
-
- Parameter-Vorgabe
-
... ... @@ -1,1 +1,0 @@ 1 -15 - Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -The maximum number of child nodes to display when expanding a parent node for the first time. The rest of the child nodes are accessible through a "more ..." link. This parameter is basically used to paginate the child nodes and thus helps the tree scale when the number of child nodes is large. - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein - Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -limit
- XWiki.WikiMacroParameterClass[21]
-
- Parameter-Beschreibung
-
... ... @@ -1,1 +1,0 @@ 1 -The list of nodes to exclude from the tree. The nodes are specified by their id and separated by comma. - Parameter verpflichtend
-
... ... @@ -1,1 +1,0 @@ 1 -Nein - Parameter-Name
-
... ... @@ -1,1 +1,0 @@ 1 -exclusions