Wiki source code of App Within Minutes

Last modified by Thomas Mortagne on 2017/11/21 12:41

Hide last authors
Admin 1.1 1 {{velocity}}
Eugen Colesnicov 4.1 2 $services.localization.render('platform.appwithinminutes.description')
Admin 1.1 3
4 #if($hasCreateSpace)
Eugen Colesnicov 4.1 5 (% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]]
Admin 1.1 6
7 #end
Eugen Colesnicov 4.1 8 = $services.localization.render('platform.appwithinminutes.appsLiveTableHeading') =##
Admin 1.1 9 #set($columnsProperties = {
10 'doc.space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
11 'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
Thomas Mortagne 5.1 12 'doc.date': {'type': 'date', 'size': 10, 'filterable': true, 'sortable': true},
Admin 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,
22 'selectedColumn': 'doc.space',
23 'defaultOrder': 'asc'
24 })
25 #set($columns = ['doc.space', 'doc.author', 'doc.date', '_actions'])
26 #livetable('livetable' $columns $columnsProperties $options)
Thomas Mortagne 5.1 27 #set ($displayDocExtra = false)
Admin 1.1 28 {{/velocity}}