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