Исходный код вики Расширения Corpwiki
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | $xwiki.ssx.use('ColunsExt.CSS.HidePageHeader') | ||
3 | {{/velocity}} | ||
4 | |||
5 | {{velocity}} | ||
6 | #set ($columnsProperties = { | ||
7 | 'doc.title': {"link":"view","displayName":"Расширение"}, | ||
8 | 'id':{"displayName":"ID","type":"hidden"}, | ||
9 | 'description': {"displayName":"Описание","type":"text","html":"true"}, | ||
10 | 'category': {}, | ||
11 | 'version': {"displayName":"Версия"} | ||
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}} |