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