Wiki source code of P4P Apps

Version 7.1 by Zenna Elfen on 2025/11/24 10:31

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