Исходный код вики Расширения Corpwiki
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
1.5 | 3 | 'doc.title': {"link":"view","displayName":"Расширение"}, |
![]() |
1.8 | 4 | 'id':{}, |
![]() |
1.6 | 5 | 'description': {"displayName":"Описание"}, |
![]() |
1.1 | 6 | 'category': {}, |
![]() |
1.5 | 7 | 'version': {"displayName":"Версия"} |
![]() |
1.1 | 8 | }) |
9 | #set ($options = { | ||
10 | 'className': 'ColunsExtensions.Code.ColunsExtensionsClass', | ||
11 | 'translationPrefix': 'colunsextensions.livetable.', | ||
12 | 'tagCloud': true, | ||
13 | 'rowCount': 15, | ||
14 | 'maxPages': 10, | ||
15 | 'selectedColumn': 'doc.title', | ||
16 | 'defaultOrder': 'asc' | ||
17 | }) | ||
![]() |
1.8 | 18 | #set ($columns = ['doc.title','id','description', 'category', 'version']) |
![]() |
1.1 | 19 | #livetable('colunsextensions' $columns $columnsProperties $options) |
20 | {{/velocity}} |