Changes for page Nice Display

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

From version 45.8
edited by Benjamin Fischer
on 2025/03/26 10:11
Change comment: There is no comment for this version
To version 45.10
edited by Benjamin Fischer
on 2025/03/26 10:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,14 @@
1 1  {{locationSearch width="100%;clear:both;" className="Research Groups.Code.Research GroupsClass" description="Search, including in excerpts."/}}
2 2  
3 3  {{velocity}}
4 -#set ($discat = $xwiki.jsx.use('Research Groups.Nice Display.WebHome'))
4 +#if ( $ntrg_tagCols == $null )
5 +#set( $ntrg_tagCols = [["Tags", true]] )
6 +#end
7 +#if ( $ntrg_tabName == $null )
8 +#set( $ntrg_tabName = "research_groups" )
9 +#end
10 +#set ($discard = $xwiki.jsx.use('Research Groups.Nice Display.WebHome'))
11 +
5 5  #set ($columnsProperties = {
6 6   'affiliation': {"filterable":true, "sortable":true, "html":true},
7 7   'URL': {"type": "hidden"},
XWiki.JavaScriptExtension[0]
Code
... ... @@ -1,10 +1,4 @@
1 1  /*!
2 -#if ( $ntrg_tagCols == $null )
3 -#set( $ntrg_tagCols = [["Tags", true]] )
4 -#end
5 -#if ( $ntrg_tabName == $null )
6 -#set( $ntrg_tabName = "research_groups" )
7 -#end
8 8  #[[*/
9 9  ((tagCols = [["Tags", true]], tabName = "research_groups") => {
10 10