Wiki-Quellcode von Test-Protokoll

Version 2.2 von Alexander Wiegel am 19.02.2025, 20:26 Uhr

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