0 Stimmen

Wiki-Quellcode von FAQ-MakerspaceBonn e.V.

Zuletzt geändert von xwikiadmin am 2021/07/08 22:14

Zeige letzte Bearbeiter
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'shortText1': {},
5 'longText1': {"filterable":false,"sortable":false,"html":true}
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,
13 'selectedColumn': 'doc.title',
14 'defaultOrder': 'asc'
15 })
16 #set ($columns = ['doc.title', 'shortText1', 'longText1'])
17 #livetable('faq-msb' $columns $columnsProperties $options)
18 {{/velocity}}
Powered by MakerspaceBonn e.V.