Wiki source code of Presentation Application

Last modified by Bouke Reitsma on 2024/07/29 15:28

Show last authors
1 {{velocity}}
2 $services.localization.render('presentation.application.description', ['https://extensions.xwiki.org/xwiki/bin/view/Extension/Presentation+Application', 'Axolotl: An Endangered Species'])
3
4 #set($columns = ['doc.title', 'doc.date', '_actions'])
5 #set($columnsProperties = {
6 'doc.title' : {'link' : 'view'},
7 'doc.date' : { 'type' : 'date' },
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': 10
15 })
16 #livetable("presentations" $columns $columnsProperties $options)
17
18 {{/velocity}}