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

Версия 18.2 от Александра Садикова на 2024/06/03 10:12

Последние авторы
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"displayName":"Наименование","link":"view"},
4 'staticList1': {},
5 'shortText1': {},
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': 'doc.title',
15 'defaultOrder': 'asc'
16 })
17 #set ($columns = ['doc.title', 'staticList1', 'shortText1', 'doc.location'])
18 #livetable('поиск ок-решений' $columns $columnsProperties $options)
19 {{/velocity}}