Общие действия:
Вход
Регистрация
Wiki:
Main wiki
▼
:
Индекс документа
»
Раздел:
AppWithinMinutes
▼
:
Индекс документа
»
Страница:
WebHome
Поиск
default
Действия со страницей:
Экспорт
▼
:
Экспорт в PDF
Экспорт в RTF
Экспорт в HTML
Больше действий
▼
:
Предварительный просмотр
Посмотреть исходный текст
Main wiki
»
Приложение за несколько минут
Исходный код Wiki
Приложение за несколько минут
Изменил последним
Administrator
2012/03/21 17:41
Содержание
·
Комментарии
(0)
·
Аннотации
(0)
·
Файлы
(0)
·
История
·
Информация
Отобразить номера строк
{{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}}