Wiki-Quellcode von Ensembles in Hamburg
Zuletzt geändert von Pia Metzing am 2025/10/01 12:52
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
| 4 | 'staticList1': {}, | ||
| 5 | 'staticList2': {}, | ||
| 6 | 'staticList3': {}, | ||
| 7 | 'longText1': {"filterable":false,"sortable":false,"html":true} | ||
| 8 | }) | ||
| 9 | #set ($options = { | ||
| 10 | 'className': 'Ensembles in Hamburg.Code.Ensembles in HamburgClass', | ||
| 11 | 'translationPrefix': 'ensembles in hamburg.livetable.', | ||
| 12 | 'tagCloud': true, | ||
| 13 | 'rowCount': 15, | ||
| 14 | 'maxPages': 10, | ||
| 15 | 'selectedColumn': 'doc.title', | ||
| 16 | 'defaultOrder': 'asc' | ||
| 17 | }) | ||
| 18 | #set ($columns = ['doc.title', 'staticList1', 'staticList2', 'staticList3', 'longText1']) | ||
| 19 | #livetable('ensembles in hamburg' $columns $columnsProperties $options) | ||
| 20 | {{/velocity}} |