Wiki source code of Materials
Last modified by Benjamin Fischer on 2024/07/31 13:19
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
3.1 | 3 | 'doc.location': {"html":true}, |
![]() |
5.1 | 4 | 'link': {}, |
![]() |
2.1 | 5 | 'date': {"html":true}, |
6 | 'author': {} | ||
![]() |
1.1 | 7 | }) |
8 | #set ($options = { | ||
9 | 'className': 'Materials.Code.MaterialsClass', | ||
10 | 'translationPrefix': 'materials.livetable.', | ||
11 | 'tagCloud': true, | ||
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
![]() |
3.1 | 14 | 'selectedColumn': 'doc.location', |
![]() |
1.1 | 15 | 'defaultOrder': 'asc' |
16 | }) | ||
![]() |
5.1 | 17 | #set ($columns = ['doc.location', 'link', 'date', 'author']) |
![]() |
1.1 | 18 | #livetable('materials' $columns $columnsProperties $options) |
19 | {{/velocity}} |