Zuletzt geändert von Pia Metzing am 2024/11/25 11:41

Verstecke letzte Bearbeiter
Andreas Gothsch 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
David Rick 31.1 3 'Nutzung': {},
Pia Metzing 43.1 4 'doc.title': {"link":"view"},
Andreas Gothsch 4.1 5 'Stadtteil': {},
David Rick 38.1 6 'shortText1': {},
David Rick 67.1 7 'number3': {},
David Rick 38.1 8 'staticList1': {}
Andreas Gothsch 1.1 9 })
10 #set ($options = {
Andreas Gothsch 69.1 11 'className': 'Proberäume-Aufführungsorte.Code.Proberäume-AufführungsorteClass',
12 'translationPrefix': 'proberäume-aufführungsorte.livetable.',
Andreas Gothsch 1.1 13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
David Rick 31.1 16 'selectedColumn': 'Nutzung',
Andreas Gothsch 1.1 17 'defaultOrder': 'asc'
18 })
David Rick 67.1 19 #set ($columns = ['Nutzung', 'doc.title', 'Stadtteil', 'shortText1', 'number3', 'staticList1'])
Andreas Gothsch 69.1 20 #livetable('proberäume-aufführungsorte' $columns $columnsProperties $options)
Andreas Gothsch 1.1 21 {{/velocity}}