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