General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
AppWithinMinutes
▼
:
Document Index
»
Page:
WebHome
Search
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
App Within Minutes
Wiki source code of
App Within Minutes
Last modified by
Administrator
on 2012/03/21 17:41
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: {{velocity}} 2: $msg.get('platform.appwithinminutes.description') 3: 4: (% class="buttonwrapper" %)[[$msg.get('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]] 5: 6: = $msg.get('platform.appwithinminutes.appsLiveTableHeading') =## 7: #set($columnsProperties = { 8: 'doc.space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true}, 9: 'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true}, 10: 'doc.date': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true} 11: }) 12: #set($options = { 13: 'className': 'AppWithinMinutes.LiveTableClass', 14: 'translationPrefix': 'platform.appwithinminutes.appsLiveTable.', 15: 'tagCloud': true, 16: 'rowCount': 15, 17: 'maxPages': 10, 18: 'selectedColumn': 'doc.space', 19: 'defaultOrder': 'asc' 20: }) 21: #set($columns = ['doc.space', 'doc.author', 'doc.date']) 22: #livetable('livetable' $columns $columnsProperties $options) 23: {{/velocity}}