Wiki-Quellcode von FAQ-MSB
Version 2.1 von xwikiadmin am 2020/07/08 17:05
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 | 'shortText1': {}, |
5 | 'doc.author': {"link":"author"}, | ||
6 | 'doc.date': {} | ||
7 | }) | ||
8 | #set ($options = { | ||
9 | 'className': 'FAQ-MSB.Code.FAQ-MSBClass', | ||
10 | 'translationPrefix': 'faq-msb.livetable.', | ||
11 | 'tagCloud': true, | ||
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
![]() |
2.1 | 14 | 'selectedColumn': 'doc.title', |
![]() |
1.1 | 15 | 'defaultOrder': 'asc' |
16 | }) | ||
![]() |
2.1 | 17 | #set ($columns = ['doc.title', 'shortText1', 'doc.author', 'doc.date']) |
![]() |
1.1 | 18 | #livetable('faq-msb' $columns $columnsProperties $options) |
19 | {{/velocity}} |