Wiki source code of P4P Apps

Version 4.1 by Zenna Elfen on 2025/11/24 00:45

Hide last authors
Zenna Elfen 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'shortText1': {},
5 'page1': {"html":true},
6 'doc.location': {"html":true},
7 'doc.author': {"link":"author"},
8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
9 })
10 #set ($options = {
11 'className': 'P4P Apps.Code.P4P AppsClass',
12 'translationPrefix': 'p4p apps.livetable.',
13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
16 'selectedColumn': 'doc.title',
17 'defaultOrder': 'asc'
18 })
Zenna Elfen 4.1 19 #set ($columns = ['doc.title', 'shortText1', 'page1', 'doc.location', 'doc.author', '_actions'])
Zenna Elfen 1.1 20 #livetable('p4p apps' $columns $columnsProperties $options)
21 {{/velocity}}