Changes for page P4P Apps

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

From version 6.1
edited by Zenna Elfen
on 2025/11/24 10:27
Change comment: Update LiveTable
To version 9.1
edited by Zenna Elfen
on 2025/11/24 11:22
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -2,11 +2,9 @@
2 2  #set ($columnsProperties = {
3 3   'content1': {"filterable":false,"sortable":false,"html":true},
4 4   'doc.title': {"link":"view"},
5 + 'longText1': {"filterable":false,"sortable":false,"html":true},
5 5   'shortText1': {},
6 - 'page1': {"html":true},
7 - 'doc.location': {"html":true},
8 - 'doc.author': {"link":"author"},
9 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
7 + 'page1': {"html":true}
10 10  })
11 11  #set ($options = {
12 12   'className': 'P4P Apps.Code.P4P AppsClass',
... ... @@ -17,6 +17,6 @@
17 17   'selectedColumn': 'content1',
18 18   'defaultOrder': 'asc'
19 19  })
20 -#set ($columns = ['content1', 'doc.title', 'shortText1', 'page1', 'doc.location', 'doc.author', '_actions'])
18 +#set ($columns = ['content1', 'doc.title', 'longText1', 'shortText1', 'page1'])
21 21  #livetable('p4p apps' $columns $columnsProperties $options)
22 22  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -content1 doc.title shortText1 page1 doc.location doc.author _actions
1 +content1 doc.title longText1 shortText1 page1