Änderungen von Dokument Musiker*innen & Ensembleleitende

Zuletzt geändert von Pia Metzing am 2025/02/25 15:34

Von Version 11.2
bearbeitet von David Rick
am 2024/08/06 15:43
Änderungskommentar: Updated application icon
Auf Version 12.2
bearbeitet von David Rick
am 2024/08/06 15:52
Änderungskommentar: Updated application icon

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,9 +1,11 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 3   'doc.title': {"link":"view"},
4 - 'Instrumente': {},
4 + 'longText1': {"filterable":false,"sortable":false,"html":true},
5 5   'content1': {"filterable":false,"sortable":false,"html":true},
6 - 'staticList1': {}
6 + 'Instrumente': {},
7 + 'staticList1': {},
8 + 'staticList2': {}
7 7  })
8 8  #set ($options = {
9 9   'className': 'Musiker*innen.Code.Musiker*innenClass',
... ... @@ -14,6 +14,6 @@
14 14   'selectedColumn': 'doc.title',
15 15   'defaultOrder': 'asc'
16 16  })
17 -#set ($columns = ['doc.title', 'Instrumente', 'content1', 'staticList1'])
19 +#set ($columns = ['doc.title', 'longText1', 'content1', 'Instrumente', 'staticList1', 'staticList2'])
18 18  #livetable('musiker*innen' $columns $columnsProperties $options)
19 19  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Spalten der Live-Tabelle
... ... @@ -1,1 +1,1 @@
1 -doc.title Instrumente content1 staticList1
1 +doc.title longText1 content1 Instrumente staticList1 staticList2