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