Wiki-Quellcode von Probenräume

Version 15.2 von Andreas Gothsch am 2024/07/31 14:32

Verstecke letzte Bearbeiter
Andreas Gothsch 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
Andreas Gothsch 4.1 4 'Stadtteil': {},
Andreas Gothsch 1.1 5 'number1': {},
Andreas Gothsch 4.1 6 'number2': {}
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 })
Andreas Gothsch 4.1 17 #set ($columns = ['doc.title', 'Stadtteil', 'number1', 'number2'])
Andreas Gothsch 6.1 18 #livetable('proberäume-tabelle' $columns $columnsProperties $options)
Andreas Gothsch 1.1 19 {{/velocity}}