Allgemeine Aktionen:
Anmelden
Registrieren
Start
▼
:
Wiki Verzeichnis
»
Bereich:
AppWithinMinutes
»
Seite:
WebHome
default
Aktionen:
Exportieren
▼
:
Als PDF exportieren
Als RTF exportieren
Als HTML exportieren
Weitere Aktionen
▼
:
Druckvorschau
Zeige den Quellcode
Willkommen bei bytebang
»
Anwendung erstellen in wenigen Minuten
Wiki-Quellcode von
Anwendung erstellen in wenigen Minuten
Zuletzt geƤndert von
Administrator
am 2014/06/29 19:29
Inhalt
Zeilennummern anzeigen
{{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) {{/velocity}}