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