Wiki source code of Changelog
Version 4.1 by Martin Mahr on 2023/11/14 23:55
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| |
4.1 | 3 | 'doc.title': {"displayName":"Verze","link":"view"}, |
| |
3.1 | 4 | 'shortText1': {}, |
| 5 | 'shortText2': {}, | ||
| |
1.1 | 6 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
| 7 | }) | ||
| 8 | #set ($options = { | ||
| 9 | 'className': 'Changelog.Code.ChangelogClass', | ||
| 10 | 'translationPrefix': 'changelog.livetable.', | ||
| 11 | 'tagCloud': true, | ||
| 12 | 'rowCount': 15, | ||
| 13 | 'maxPages': 10, | ||
| |
4.1 | 14 | 'selectedColumn': 'doc.title', |
| |
1.1 | 15 | 'defaultOrder': 'asc' |
| 16 | }) | ||
| |
4.1 | 17 | #set ($columns = ['doc.title', 'shortText1', 'shortText2', '_actions']) |
| |
1.1 | 18 | #livetable('changelog' $columns $columnsProperties $options) |
| 19 | {{/velocity}} |