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

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

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