Änderungen von Dokument Musiker*innen & Ensembleleitende
Zuletzt geändert von Pia Metzing am 2025/02/25 15:34
Von Version 9.1
bearbeitet von David Rick
am 2024/08/06 15:33
am 2024/08/06 15:33
Änderungskommentar:
Tabelle aktualisieren
Auf Version 11.2
bearbeitet von David Rick
am 2024/08/06 15:43
am 2024/08/06 15:43
Änderungskommentar:
Updated application icon
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -1,10 +1,9 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 3 'doc.title': {"link":"view"}, 4 - 'shortText1': {"link":"view"}, 5 - 'shortText2': {"link":"view"}, 6 6 'Instrumente': {}, 7 - 'content1': {"filterable":false,"sortable":false,"html":true} 5 + 'content1': {"filterable":false,"sortable":false,"html":true}, 6 + 'staticList1': {} 8 8 }) 9 9 #set ($options = { 10 10 'className': 'Musiker*innen.Code.Musiker*innenClass', ... ... @@ -15,6 +15,6 @@ 15 15 'selectedColumn': 'doc.title', 16 16 'defaultOrder': 'asc' 17 17 }) 18 -#set ($columns = ['doc.title', ' shortText1', 'shortText2', 'Instrumente', 'content1'])17 +#set ($columns = ['doc.title', 'Instrumente', 'content1', 'staticList1']) 19 19 #livetable('musiker*innen' $columns $columnsProperties $options) 20 20 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Spalten der Live-Tabelle
-
... ... @@ -1,1 +1,1 @@ 1 -doc.title shortText1 shortText2Instrumente content11 +doc.title Instrumente content1 staticList1