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

Версия 36.1 от Александра Садикова на 2024/06/05 10:31

Последние авторы
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 })
9 #set ($options = {
10 'className': 'Catalog.Code.CatalogClass',
11 'translationPrefix': 'catalog.livetable.',
12 'tagCloud': true,
13 'rowCount': 15,
14 'maxPages': 10,
15 'selectedColumn': 'Image',
16 'defaultOrder': 'asc'
17 })
18 #set ($columns = ['Image', 'doc.title', 'staticList1', 'page1', 'user1'])
19 #livetable('catalog' $columns $columnsProperties $options)
20 {{/velocity}}