Changes for page P4P Apps

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

From version 7.1
edited by Zenna Elfen
on 2025/11/24 10:31
Change comment: Update LiveTable
To version 10.1
edited by Zenna Elfen
on 2025/11/24 11:23
Change comment: Updated application icon

Summary

Details

Page properties
Content
... ... @@ -2,6 +2,7 @@
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 6   'page1': {"html":true}
7 7  })
... ... @@ -14,6 +14,6 @@
14 14   'selectedColumn': 'content1',
15 15   'defaultOrder': 'asc'
16 16  })
17 -#set ($columns = ['content1', 'doc.title', 'shortText1', 'page1'])
18 +#set ($columns = ['content1', 'doc.title', 'longText1', 'shortText1', 'page1'])
18 18  #livetable('p4p apps' $columns $columnsProperties $options)
19 19  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -content1 doc.title shortText1 page1
1 +content1 doc.title longText1 shortText1 page1