Исходный код вики Объекты метаданных

Редактировал(а) Coluns 10.02.2023

Скрыть последних авторов
Coluns 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'metadataType': {},
4 'doc.title': {"link":"view"},
5 'doc.date': {},
6 'doc.author': {"link":"author"},
7 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
8 })
9 #set ($options = {
10 'className': 'CompanyDocumentation.ObjectsMetadata.Code.ObjectsMetadataClass',
11 'translationPrefix': 'objectsmetadata.livetable.',
12 'tagCloud': true,
13 'rowCount': 15,
14 'maxPages': 10,
15 'selectedColumn': 'metadataType',
16 'defaultOrder': 'asc'
17 })
18 #set ($columns = ['metadataType', 'doc.title', 'doc.date', 'doc.author', '_actions'])
19 #livetable('objectsmetadata' $columns $columnsProperties $options)
20 {{/velocity}}