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