Исходный код вики Поиск ОК-решений
Версия 4.1 от Александра Садикова на 2024/05/31 16:22
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
4.1 | 3 | 'doc.title': {"displayName":"Наименование","link":"view"}, |
![]() |
2.1 | 4 | 'staticList1': {}, |
5 | 'staticList2': {}, | ||
![]() |
4.1 | 6 | 'shortText1': {}, |
![]() |
2.1 | 7 | 'doc.location': {"html":true} |
![]() |
1.1 | 8 | }) |
9 | #set ($options = { | ||
10 | 'className': 'Поиск ОК-решений.Code.Поиск ОК-решенийClass', | ||
11 | 'translationPrefix': 'поиск ок-решений.livetable.', | ||
12 | 'tagCloud': true, | ||
13 | 'rowCount': 15, | ||
14 | 'maxPages': 10, | ||
![]() |
4.1 | 15 | 'selectedColumn': 'doc.title', |
![]() |
1.1 | 16 | 'defaultOrder': 'asc' |
17 | }) | ||
![]() |
4.1 | 18 | #set ($columns = ['doc.title', 'staticList1', 'staticList2', 'shortText1', 'doc.location']) |
![]() |
1.1 | 19 | #livetable('поиск ок-решений' $columns $columnsProperties $options) |
20 | {{/velocity}} |