Wiki-Quellcode von Glossar
Zuletzt geändert von Merle Hollmann am 2024/09/16 16:20
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
2.1 | 3 | 'doc.title': {"link":"view"} |
![]() |
1.1 | 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 | }) | ||
![]() |
2.1 | 14 | #set ($columns = ['doc.title']) |
![]() |
1.1 | 15 | #livetable('glossar' $columns $columnsProperties $options) |
16 | {{/velocity}} |