AppWithinMinutes
De SupraWiki
Predefinição:Velocity $services.localization.render('platform.appwithinminutes.description')
- if($hasCreateSpace)
(% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]]
- end
= $services.localization.render('platform.appwithinminutes.appsLiveTableHeading') =##
- set($columnsProperties = {
'doc.space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
'doc.date': {'type': 'date', 'size': 10, 'filterable': true, 'sortable': true},
'_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']}
})
- set($options = {
'className': 'AppWithinMinutes.LiveTableClass', 'resultPage' : 'AppWithinMinutes.AppsLiveTableResults', 'translationPrefix': 'platform.appwithinminutes.appsLiveTable.', 'tagCloud': true, 'rowCount': 15, 'maxPages': 10, 'selectedColumn': 'doc.space', 'defaultOrder': 'asc'
})
- set($columns = ['doc.space', 'doc.author', 'doc.date', '_actions'])
- livetable('livetable' $columns $columnsProperties $options)
- set ($displayDocExtra = false)
