Wiki-Quellcode von Glossar
Zuletzt geändert von Merle Hollmann am 2024/09/16 16:20
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'doc.title': {"link":"view"} | ||
4 | }) | ||
5 | #set ($options = { | ||
6 | 'className': 'Glossar.Code.GlossarClass', | ||
7 | 'translationPrefix': 'glossar.livetable.', | ||
8 | 'tagCloud': true, | ||
9 | 'rowCount': 15, | ||
10 | 'maxPages': 10, | ||
11 | 'selectedColumn': 'doc.title', | ||
12 | 'defaultOrder': 'asc' | ||
13 | }) | ||
14 | #set ($columns = ['doc.title']) | ||
15 | #livetable('glossar' $columns $columnsProperties $options) | ||
16 | {{/velocity}} |