Wiki-Quellcode von Musiker*innen

Version 13.2 von David Rick am 2024/08/06 15:59

Verstecke letzte Bearbeiter
Pia Metzing 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
David Rick 12.1 4 'longText1': {"filterable":false,"sortable":false,"html":true},
5 'content1': {"filterable":false,"sortable":false,"html":true},
David Rick 5.1 6 'Instrumente': {},
David Rick 12.1 7 'staticList1': {},
8 'staticList2': {}
Pia Metzing 1.1 9 })
10 #set ($options = {
11 'className': 'Musiker*innen.Code.Musiker*innenClass',
12 'translationPrefix': 'musiker*innen.livetable.',
13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
16 'selectedColumn': 'doc.title',
17 'defaultOrder': 'asc'
18 })
David Rick 12.1 19 #set ($columns = ['doc.title', 'longText1', 'content1', 'Instrumente', 'staticList1', 'staticList2'])
Pia Metzing 1.1 20 #livetable('musiker*innen' $columns $columnsProperties $options)
21 {{/velocity}}