Wiki-Quellcode von Kontakte
Zuletzt geändert von Gunther Knopf am 26.12.2021 18:52
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'doc.name': {"link":"view"}, | ||
4 | 'Branche': {}, | ||
5 | 'Firma': {}, | ||
6 | 'shortText2': {}, | ||
7 | 'position': {}, | ||
8 | 'Name': {}, | ||
9 | 'Ort': {} | ||
10 | }) | ||
11 | #set ($options = { | ||
12 | 'className': 'KontakteCode.KontakteClass', | ||
13 | 'translationPrefix': 'kontakte.livetable.', | ||
14 | 'tagCloud': true, | ||
15 | 'rowCount': 15, | ||
16 | 'maxPages': 10, | ||
17 | 'selectedColumn': 'doc.name', | ||
18 | 'defaultOrder': 'asc' | ||
19 | }) | ||
20 | #set ($columns = ['doc.name', 'Branche', 'Firma', 'shortText2', 'position', 'Name', 'Ort']) | ||
21 | #livetable('kontakte' $columns $columnsProperties $options) | ||
22 | {{/velocity}} |