Wiki-Quellcode von Probenräume

Version 26.1 von David Rick am 2024/08/06 11:56

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