0 Votes

文档更改Children Macro

VIPer 于 2025/04/19 14:18 最后修改

从版本 2.1
VIPer编辑
在2025/04/19 14:18上
修改评论: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.2.2]
到版本
VIPer编辑
在2024/12/21 13:27上
修改评论: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/16.10.1]

摘要

细节

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,5 +1,1 @@
1 -{{velocity}}
2 -## Escape special characters in the macro parameter value.
3 -#set ($sort = $xcontext.macro.params.sort.replaceAll('([~"])', '~$1'))
4 -{{documentTree root="document:" sortDocumentsBy="$!sort" /}}
5 -{{/velocity}}
1 +{{documentTree root="document:" /}}
XWiki.WikiMacroParameterClass[0]
Parameter name
... ... @@ -1,1 +1,0 @@
1 -sort
Parameter description
... ... @@ -1,1 +1,0 @@
1 -The document field used to sort the child documents, followed optionally by the sort order. E.g.: 'title' or 'date:desc'.
Parameter type
... ... @@ -1,1 +1,0 @@
1 -org.xwiki.index.tree.internal.macro.DocumentSort
Parameter mandatory
... ... @@ -1,1 +1,0 @@
1 -否