Исходный код вики Справка
Редактировал(а) ContentManager 2024-12-16 11:31
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'doc.title': {"link":"view"}, | ||
4 | 'doc.location': {"html":true}, | ||
5 | 'doc.date': {}, | ||
6 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
7 | }) | ||
8 | #set ($options = { | ||
9 | 'className': 'Справка.Code.СправкаClass', | ||
10 | 'translationPrefix': 'справка.livetable.', | ||
11 | 'tagCloud': true, | ||
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
14 | 'selectedColumn': 'doc.title', | ||
15 | 'defaultOrder': 'asc' | ||
16 | }) | ||
17 | #set ($columns = ['doc.title', 'doc.location', 'doc.date', '_actions']) | ||
18 | #livetable('справка' $columns $columnsProperties $options) | ||
19 | {{/velocity}} |