Wiki-Quellcode von Test-Protokoll

Version 3.2 von Alexander Wiegel am 19.02.2025, 20:48 Uhr

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