Wiki-Quellcode von FAQ-MakerspaceBonn e.V.
Zuletzt geändert von xwikiadmin am 2021/07/08 22:14
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
2.1 | 3 | 'doc.title': {"link":"view"}, |
![]() |
6.1 | 4 | 'shortText1': {}, |
5 | 'longText1': {"filterable":false,"sortable":false,"html":true} | ||
![]() |
1.1 | 6 | }) |
7 | #set ($options = { | ||
8 | 'className': 'FAQ-MSB.Code.FAQ-MSBClass', | ||
9 | 'translationPrefix': 'faq-msb.livetable.', | ||
10 | 'tagCloud': true, | ||
11 | 'rowCount': 15, | ||
12 | 'maxPages': 10, | ||
![]() |
2.1 | 13 | 'selectedColumn': 'doc.title', |
![]() |
1.1 | 14 | 'defaultOrder': 'asc' |
15 | }) | ||
![]() |
6.1 | 16 | #set ($columns = ['doc.title', 'shortText1', 'longText1']) |
![]() |
1.1 | 17 | #livetable('faq-msb' $columns $columnsProperties $options) |
18 | {{/velocity}} |