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
Show line numbers
{{velocity}} $msg.get('platform.appwithinminutes.description') (% class="buttonwrapper" %)[[$msg.get('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]] = $msg.get('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} }) #set($options = { 'className': 'AppWithinMinutes.LiveTableClass', 'translationPrefix': 'platform.appwithinminutes.appsLiveTable.', 'tagCloud': true, 'rowCount': 15, 'maxPages': 10, 'selectedColumn': 'doc.space', 'defaultOrder': 'asc' }) #set($columns = ['doc.space', 'doc.author', 'doc.date']) #livetable('livetable' $columns $columnsProperties $options) {{/velocity}}