Wiki source code of Presentations

Last modified by Benjamin Fischer on 2024/07/31 13:07

Hide last authors
Benjamin Fischer 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"displayName":"Title","link":"view"},
4 'event': {},
5 'status': {"html": true},
6 'presenters': {"html":true},
7 'reviewers': {"html":true},
8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
9 })
10 #set ($options = {
11 'className': 'Presentation.Code.PresentationClass',
12 'translationPrefix': 'presentation.livetable.',
13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
16 'selectedColumn': 'doc.title',
17 'defaultOrder': 'asc'
18 })
19 #set ($columns = ['doc.title', 'event', 'status', 'presenters', 'reviewers', '_actions'])
20 #livetable('presentation' $columns $columnsProperties $options)
21 {{/velocity}}