Wiki-Quellcode von Probenräume

Version 37.1 von David Rick am 2024/08/06 12:40

Verstecke letzte Bearbeiter
Andreas Gothsch 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
David Rick 31.1 3 'Nutzung': {},
David Rick 22.1 4 'doc.title': {"displayName":"Name des Raums","link":"view"},
David Rick 26.1 5 'number3': {},
Andreas Gothsch 4.1 6 'Stadtteil': {},
David Rick 26.1 7 'shortText1': {}
Andreas Gothsch 1.1 8 })
9 #set ($options = {
Andreas Gothsch 9.1 10 'className': 'Proberäume-Tabelle.Code.Proberäume-TabelleClass',
Andreas Gothsch 6.1 11 'translationPrefix': 'proberäume-tabelle.livetable.',
Andreas Gothsch 1.1 12 'tagCloud': true,
13 'rowCount': 15,
14 'maxPages': 10,
David Rick 31.1 15 'selectedColumn': 'Nutzung',
Andreas Gothsch 1.1 16 'defaultOrder': 'asc'
17 })
David Rick 31.1 18 #set ($columns = ['Nutzung', 'doc.title', 'number3', 'Stadtteil', 'shortText1'])
Andreas Gothsch 6.1 19 #livetable('proberäume-tabelle' $columns $columnsProperties $options)
Andreas Gothsch 1.1 20 {{/velocity}}