Wiki source code of Talks & Presentations

Last modified by Ludovic Dubost on 2018/11/30 15:24

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