Wiki-Quellcode von Ensembles in Hamburg
                  Version 4.3 von Pia Metzing am 2025/01/27 15:43
              
      Verstecke letzte Bearbeiter
| author | version | line-number | content | 
|---|---|---|---|
|                              | 
      1.1 | 1 | {{velocity}} | 
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
|                              | 
      3.1 | 4 | 'staticList1': {}, | 
|        | 
      4.1 | 5 | 'staticList2': {}, | 
| 6 | 'longText1': {"filterable":false,"sortable":false,"html":true} | ||
|        | 
      1.1 | 7 | }) | 
| 8 | #set ($options = { | ||
| 9 | 'className': 'Ensembles in Hamburg.Code.Ensembles in HamburgClass', | ||
| 10 | 'translationPrefix': 'ensembles in hamburg.livetable.', | ||
| 11 | 'tagCloud': true, | ||
| 12 | 'rowCount': 15, | ||
| 13 | 'maxPages': 10, | ||
| 14 | 'selectedColumn': 'doc.title', | ||
| 15 | 'defaultOrder': 'asc' | ||
| 16 | }) | ||
|        | 
      4.1 | 17 | #set ($columns = ['doc.title', 'staticList1', 'staticList2', 'longText1']) | 
|        | 
      1.1 | 18 | #livetable('ensembles in hamburg' $columns $columnsProperties $options) | 
| 19 | {{/velocity}} |