Wiki-Quellcode von Proberaum
                  Version 3.1 von Andreas Gothsch am 2024/07/28 09:25
              
      Verstecke letzte Bearbeiter
| author | version | line-number | content | 
|---|---|---|---|
|                              | 
      1.1 | 1 | {{velocity}} | 
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
| 4 | 'number1': {}, | ||
|        | 
      3.1 | 5 | 'number2': {}, | 
| 6 | 'Stadtteil': {} | ||
|        | 
      1.1 | 7 | }) | 
| 8 | #set ($options = { | ||
| 9 | 'className': 'Proberaum.Code.ProberaumClass', | ||
| 10 | 'translationPrefix': 'proberaum.livetable.', | ||
| 11 | 'tagCloud': true, | ||
| 12 | 'rowCount': 15, | ||
| 13 | 'maxPages': 10, | ||
| 14 | 'selectedColumn': 'doc.title', | ||
| 15 | 'defaultOrder': 'asc' | ||
| 16 | }) | ||
|        | 
      3.1 | 17 | #set ($columns = ['doc.title', 'number1', 'number2', 'Stadtteil']) | 
|        | 
      1.1 | 18 | #livetable('proberaum' $columns $columnsProperties $options) | 
| 19 | {{/velocity}} |