Änderungen von Dokument Ensemblereisen & Probewochenenden - Unterkünfte
Zuletzt geändert von Andreas Gothsch am 2024/09/27 09:59
Von Version 8.2
bearbeitet von David Rick
am 2024/09/10 14:18
am 2024/09/10 14:18
Änderungskommentar:
Updated application icon
Auf Version 3.2
bearbeitet von David Rick
am 2024/09/10 14:11
am 2024/09/10 14:11
Ä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,10 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 3 'doc.title': {"link":"view"}, 4 - ' shortText4': {},5 - ' shortText3': {},6 - ' shortText2': {},7 - ' longText2': {"filterable":false,"sortable":false,"html":true}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 8 }) 9 9 #set ($options = { 10 10 'className': 'Orte für Ensemblereisen & Probewochenenden.Code.Orte für Ensemblereisen & ProbewochenendenClass', ... ... @@ -15,6 +15,6 @@ 15 15 'selectedColumn': 'doc.title', 16 16 'defaultOrder': 'asc' 17 17 }) 18 -#set ($columns = ['doc.title', ' shortText4', 'shortText3', 'shortText2', 'longText2'])18 +#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions']) 19 19 #livetable('orte für ensemblereisen & probewochenenden' $columns $columnsProperties $options) 20 20 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Spalten der Live-Tabelle
-
... ... @@ -1,1 +1,1 @@ 1 -doc.title shortText4shortText3shortText2longText21 +doc.title doc.location doc.date doc.author _actions