Changes for page P4P Networks

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

From version 14.1
edited by Zenna Elfen
on 2025/11/24 10:53
Change comment: Update LiveTable
To version 13.1
edited by Zenna Elfen
on 2025/11/24 10:05
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,10 @@
2 2  #set ($columnsProperties = {
3 3   'doc.title': {"link":"view"},
4 4   'shortText2': {},
5 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
5 + 'doc.location': {"html":true},
6 + 'doc.date': {},
7 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
8 + 'doc.author': {"link":"author"}
6 6  })
7 7  #set ($options = {
8 8   'className': 'Projects.Code.ProjectsClass',
... ... @@ -13,6 +13,6 @@
13 13   'selectedColumn': 'doc.title',
14 14   'defaultOrder': 'asc'
15 15  })
16 -#set ($columns = ['doc.title', 'shortText2', '_actions'])
19 +#set ($columns = ['doc.title', 'shortText2', 'doc.location', 'doc.date', '_actions', 'doc.author'])
17 17  #livetable('projects' $columns $columnsProperties $options)
18 18  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -doc.title shortText2 _actions
1 +doc.title shortText2 doc.location doc.date _actions doc.author
Description
... ... @@ -1,7 +1,4 @@
1 -{{info}}
2 -Add your own entry under "**Actions**" on the right.
3 -{{/info}}
1 +{{info}}Add your own entry under "**Actions**" on the right.{{/info}}
4 4  
5 5  
6 -
7 -\\
4 +\\\\