Wiki-Quellcode von AStA-Protokolle-Test

Version 5.2 von Alexander Wiegel am 19.02.2025, 21:06 Uhr

Zeige letzte Bearbeiter
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'doc.name': {"link":"view"},
5 'date': {"html":true},
6 'protocol_writer': {"html":true},
7 'doc.author': {"link":"author"},
8 'doc.date': {},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
10 })
11 #set ($options = {
12 'className': 'Test-Protokoll.Code.Test-ProtokollClass',
13 'translationPrefix': 'test-protokoll.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': 'doc.title',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['doc.title', 'doc.name', 'date', 'protocol_writer', 'doc.author', 'doc.date', '_actions'])
21 #livetable('test-protokoll' $columns $columnsProperties $options)
22 {{/velocity}}