Wiki source code of P4P Apps

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

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