Исходный код вики Каталог ОК-решений
Версия 36.2 от Александра Садикова на 2024/06/05 10:31
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
22.1 | 3 | 'Image': {"filterable":false,"sortable":false,"html":true}, |
![]() |
4.1 | 4 | 'doc.title': {"displayName":"Наименование","link":"view"}, |
![]() |
2.1 | 5 | 'staticList1': {}, |
![]() |
35.1 | 6 | 'page1': {"html":true}, |
7 | 'user1': {"html":true} | ||
![]() |
1.1 | 8 | }) |
9 | #set ($options = { | ||
![]() |
36.1 | 10 | 'className': 'Catalog.Code.CatalogClass', |
11 | 'translationPrefix': 'catalog.livetable.', | ||
![]() |
1.1 | 12 | 'tagCloud': true, |
13 | 'rowCount': 15, | ||
14 | 'maxPages': 10, | ||
![]() |
22.1 | 15 | 'selectedColumn': 'Image', |
![]() |
1.1 | 16 | 'defaultOrder': 'asc' |
17 | }) | ||
![]() |
35.1 | 18 | #set ($columns = ['Image', 'doc.title', 'staticList1', 'page1', 'user1']) |
![]() |
36.1 | 19 | #livetable('catalog' $columns $columnsProperties $options) |
![]() |
1.1 | 20 | {{/velocity}} |