Исходный код вики База знаний
Версия 23.2 от Александра Садикова на 2024/06/07 13:54
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
5.1 | 3 | 'staticList1': {}, |
![]() |
6.1 | 4 | 'doc.title': {"displayName":"Название","link":"view"}, |
![]() |
17.3 | 5 | 'doc.date': {}, |
6 | 'user1': {"html":true} | ||
![]() |
1.1 | 7 | }) |
8 | #set ($options = { | ||
![]() |
21.1 | 9 | 'className': 'Knowledge.Code.KnowledgeClass', |
10 | 'translationPrefix': 'knowledge.livetable.', | ||
![]() |
1.1 | 11 | 'tagCloud': true, |
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
![]() |
5.1 | 14 | 'selectedColumn': 'staticList1', |
![]() |
1.1 | 15 | 'defaultOrder': 'asc' |
16 | }) | ||
![]() |
17.3 | 17 | #set ($columns = ['staticList1', 'doc.title', 'doc.date', 'user1']) |
![]() |
21.1 | 18 | #livetable('knowledge' $columns $columnsProperties $options) |
![]() |
1.1 | 19 | {{/velocity}} |