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