Changes for page P4P Apps

Last modified by Zenna Elfen on 2025/11/24 11:23

From version 2.2
edited by Zenna Elfen
on 2025/11/23 22:40
Change comment: Updated application icon
To version 6.1
edited by Zenna Elfen
on 2025/11/24 10:27
Change comment: Update LiveTable

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -P4P Applications
1 +P4P Apps
Content
... ... @@ -1,9 +1,9 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 + 'content1': {"filterable":false,"sortable":false,"html":true},
3 3   'doc.title': {"link":"view"},
4 4   'shortText1': {},
5 5   'page1': {"html":true},
6 - 'databaseList1': {},
7 7   'doc.location': {"html":true},
8 8   'doc.author': {"link":"author"},
9 9   '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
... ... @@ -14,9 +14,9 @@
14 14   'tagCloud': true,
15 15   'rowCount': 15,
16 16   'maxPages': 10,
17 - 'selectedColumn': 'doc.title',
17 + 'selectedColumn': 'content1',
18 18   'defaultOrder': 'asc'
19 19  })
20 -#set ($columns = ['doc.title', 'shortText1', 'page1', 'databaseList1', 'doc.location', 'doc.author', '_actions'])
20 +#set ($columns = ['content1', 'doc.title', 'shortText1', 'page1', 'doc.location', 'doc.author', '_actions'])
21 21  #livetable('p4p apps' $columns $columnsProperties $options)
22 22  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -doc.title shortText1 page1 databaseList1 doc.location doc.author _actions
1 +content1 doc.title shortText1 page1 doc.location doc.author _actions
XWiki.UIExtensionClass[0]
parameters
... ... @@ -1,3 +1,3 @@
1 -label=P4P Applications
1 +label=P4P Apps
2 2  target=P4P Apps.WebHome
3 3  icon=icon:application_view_list