Wiki source code of App Within Minutes

Last modified by Thomas Mortagne on 2019/02/28 11:26

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