Wiki-Quellcode von Ensembles in Hamburg
Version 3.2 von David Rick am 2024/10/07 13:12
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
| 4 | 'staticList1': {}, | ||
| 5 | 'staticList2': {} | ||
| 6 | }) | ||
| 7 | #set ($options = { | ||
| 8 | 'className': 'Ensembles in Hamburg.Code.Ensembles in HamburgClass', | ||
| 9 | 'translationPrefix': 'ensembles in hamburg.livetable.', | ||
| 10 | 'tagCloud': true, | ||
| 11 | 'rowCount': 15, | ||
| 12 | 'maxPages': 10, | ||
| 13 | 'selectedColumn': 'doc.title', | ||
| 14 | 'defaultOrder': 'asc' | ||
| 15 | }) | ||
| 16 | #set ($columns = ['doc.title', 'staticList1', 'staticList2']) | ||
| 17 | #livetable('ensembles in hamburg' $columns $columnsProperties $options) | ||
| 18 | {{/velocity}} |