Исходный код вики Каталог ОК-решений

Версия 38.1 от Александра Садикова на 2024/06/05 13:45

Последние авторы
1 {{velocity}}
2 #set ($columnsProperties = {
3 'Image': {"filterable":false,"sortable":false,"html":true},
4 'doc.title': {"displayName":"Наименование","link":"view"},
5 'staticList1': {},
6 'page1': {"html":true},
7 'user1': {"html":true},
8 'doc.name': {"link":"view"},
9 'doc.location': {"html":true}
10 })
11 #set ($options = {
12 'className': 'Catalog.Code.CatalogClass',
13 'translationPrefix': 'catalog.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': 'Image',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['Image', 'doc.title', 'staticList1', 'page1', 'user1', 'doc.name', 'doc.location'])
21 #livetable('catalog' $columns $columnsProperties $options)
22 {{/velocity}}