Toggle navigation
Log-in
Wiki Index
Page Index
User Index
Application Index
App Within Minutes
Wiki source code of
App Within Minutes
Last modified by superadmin on 2016/07/29 17:19
Show line numbers
{{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': 'text', '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($docextras=[]) {{/velocity}}