Wiki source code of App Within Minutes

Last modified by Ecaterina Valica on 2019/03/27 14:32

Hide last authors
Ludovic Dubost 1.1 1 {{velocity}}
Ecaterina Valica 3.1 2 $services.localization.render('platform.appwithinminutes.description')
Ludovic Dubost 1.1 3
4 #if($hasCreateSpace)
Ecaterina Valica 6.1 5 (% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button" queryString="wizard=true"]]
Ludovic Dubost 1.1 6
7 #end
Ecaterina Valica 3.1 8 = $services.localization.render('platform.appwithinminutes.appsLiveTableHeading') =##
Ludovic Dubost 1.1 9 #set($columnsProperties = {
Ecaterina Valica 6.1 10 'doc.title': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
Ludovic Dubost 1.1 11 'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
Ecaterina Valica 5.1 12 'doc.date': {'type': 'date', 'size': 10, 'filterable': true, 'sortable': true},
Ludovic Dubost 1.1 13 '_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']}
14 })
15 #set($options = {
16 'className': 'AppWithinMinutes.LiveTableClass',
17 'resultPage' : 'AppWithinMinutes.AppsLiveTableResults',
18 'translationPrefix': 'platform.appwithinminutes.appsLiveTable.',
19 'tagCloud': true,
20 'rowCount': 15,
21 'maxPages': 10,
Ecaterina Valica 6.1 22 'selectedColumn': 'doc.title',
Ludovic Dubost 1.1 23 'defaultOrder': 'asc'
24 })
Ecaterina Valica 6.1 25 #set($columns = ['doc.title', 'doc.author', 'doc.date', '_actions'])
Ludovic Dubost 1.1 26 #livetable('livetable' $columns $columnsProperties $options)
Ecaterina Valica 5.1 27 #set ($displayDocExtra = false)
Ludovic Dubost 1.1 28 {{/velocity}}