Changes for page Treeview
Last modified by Ludovic Dubost on 2023/04/25 09:12
From version 19.1
edited by Ludovic Dubost
on 2010/11/03 01:24
on 2010/11/03 01:24
Change comment:
There is no comment for this version
To version 17.1
edited by Ludovic Dubost
on 2010/11/03 01:22
on 2010/11/03 01:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,2 @@ 1 1 2 -{{treeview page="Test.TestParent1" maxdepth="1" /}} 3 - 4 4 {{treeview page="Test.TestParent1" maxdepth="2" /}} 5 - 6 -{{treeview page="Test.TestParent1" maxdepth="3" /}}
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -1,7 +1,7 @@ 1 1 {{velocity}} 2 2 {{html clean=false}} 3 3 #set($rootpage = $xcontext.macro.params.page) 4 -#set($maxdepth = $ util.parseInt($xcontext.macro.params.maxdepth))4 +#set($maxdepth = $xcontext.macro.params.maxdepth) 5 5 #set($selectlist = $util.arrayList) 6 6 #set($treelist = $util.arrayList) 7 7 #set($ok = $treelist.add({"id" : $rootpage, "value" : $rootpage, "parent" : "", "url" : $xwiki.getURL($rootpage), "expanded" : true}))