Wiki source code of P4P Apps
Version 7.1 by Zenna Elfen on 2025/11/24 10:31
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| |
6.1 | 3 | 'content1': {"filterable":false,"sortable":false,"html":true}, |
| |
1.1 | 4 | 'doc.title': {"link":"view"}, |
| 5 | 'shortText1': {}, | ||
| |
7.1 | 6 | 'page1': {"html":true} |
| |
1.1 | 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, | ||
| |
6.1 | 14 | 'selectedColumn': 'content1', |
| |
1.1 | 15 | 'defaultOrder': 'asc' |
| 16 | }) | ||
| |
7.1 | 17 | #set ($columns = ['content1', 'doc.title', 'shortText1', 'page1']) |
| |
1.1 | 18 | #livetable('p4p apps' $columns $columnsProperties $options) |
| 19 | {{/velocity}} |