Z verze
změnil(a) David Brazda
k 09.01.2021 18:16
Na verzi < 16.1 >
změnil(a) David Brazda
k 09.01.2021 18:51
< >
Popis verze: Install extension [org.xwiki.platform:xwiki-platform-tree-macro/12.9]

Přehled

Rozpis

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,6 +1,7 @@
1 1  {{template name="tree_macros.vm" /}}
2 2  
3 3  {{velocity output="false"}}
4 +#set($discard = $xwiki.jsx.use("Macros.Tree"))
4 4  #set ($options = {})
5 5  #foreach ($parameterName in $xcontext.macro.params.parameterNames)
6 6   #set ($discard = $options.put($parameterName, $xcontext.macro.params.get($parameterName)))