Wiki-Quellcode von Instrumentallehrkräfte

Version 1.2 von Pia Metzing am 2026/04/24 10:39

Zeige letzte Bearbeiter
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'doc.location': {"html":true},
5 'doc.date': {},
6 'doc.author': {"link":"author"},
7 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
8 'shortText1': {},
9 'shortText4': {},
10 'staticList1': {}
11 })
12 #set ($options = {
13 'className': 'Instrumentallehrkräfte.Code.InstrumentallehrkräfteClass',
14 'translationPrefix': 'instrumentallehrkräfte.livetable.',
15 'tagCloud': true,
16 'rowCount': 15,
17 'maxPages': 10,
18 'selectedColumn': 'doc.title',
19 'defaultOrder': 'asc'
20 })
21 #set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'shortText1', 'shortText4', 'staticList1'])
22 #livetable('instrumentallehrkräfte' $columns $columnsProperties $options)
23 {{/velocity}}