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