AppWithinMinutes

De SupraWiki

Predefinição:Velocity $services.localization.render('platform.appwithinminutes.description')

  1. if($hasCreateSpace)
 (% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]]
  1. end

= $services.localization.render('platform.appwithinminutes.appsLiveTableHeading') =##

  1. 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']}

})

  1. set($options = {
 'className': 'AppWithinMinutes.LiveTableClass',
 'resultPage' : 'AppWithinMinutes.AppsLiveTableResults',
 'translationPrefix': 'platform.appwithinminutes.appsLiveTable.',
 'tagCloud': true,
 'rowCount': 15,
 'maxPages': 10,
 'selectedColumn': 'doc.space',
 'defaultOrder': 'asc'

})

  1. set($columns = ['doc.space', 'doc.author', 'doc.date', '_actions'])
  2. livetable('livetable' $columns $columnsProperties $options)
  3. set ($displayDocExtra = false)

Predefinição:/velocity