Wiki source code of Materials
Version 3.2 by Benjamin Fischer on 2024/07/31 12:57
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 | 'type': {}, |
5 | 'doc.title': {"displayName":"Title","link":"view"}, | ||
6 | 'part': {}, | ||
7 | 'date': {"html":true}, | ||
8 | 'author': {} | ||
![]() |
1.1 | 9 | }) |
10 | #set ($options = { | ||
11 | 'className': 'Materials.Code.MaterialsClass', | ||
12 | 'translationPrefix': 'materials.livetable.', | ||
13 | 'tagCloud': true, | ||
14 | 'rowCount': 15, | ||
15 | 'maxPages': 10, | ||
![]() |
3.1 | 16 | 'selectedColumn': 'doc.location', |
![]() |
1.1 | 17 | 'defaultOrder': 'asc' |
18 | }) | ||
![]() |
3.1 | 19 | #set ($columns = ['doc.location', 'type', 'doc.title', 'part', 'date', 'author']) |
![]() |
1.1 | 20 | #livetable('materials' $columns $columnsProperties $options) |
21 | {{/velocity}} |