Исходный код вики Поиск ОК-решений

Версия 4.1 от Александра Садикова на 2024/05/31 16:22

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