Changes for page Nice Display

Last modified by Benjamin Fischer on 2025/03/26 13:19

From version 44.5
edited by Benjamin Fischer
on 2025/03/25 17:39
Change comment: There is no comment for this version
To version 44.3
edited by Benjamin Fischer
on 2025/03/25 17:36
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -1,6 +1,5 @@
1 1  /*!
2 -#set( $ntrg_tabCols = [["Tags", true]] )
3 -#set( $ntrg_tabCols = "research_groups" )
2 +#set( $ntrg_tabCols == $jsontool.serialize($ntrg_tabCols) )
4 4  #[[*/
5 5  ((tabCols = [["Tags", true]], tabName = "research_groups") => {
6 6  
... ... @@ -86,4 +86,4 @@
86 86   });
87 87  
88 88  // ]]#
89 -})($jsontool.serialize($ntrg_tabCols), $jsontool.serialize($ntrg_tabName));
88 +})($ntrg_tabCols, $ntrg_tabName);
Use this extension
... ... @@ -1,1 +1,1 @@
1 -currentPage
1 +onDemand