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