Zdrojový kód wiki Menu
Version 1.1 by David Brazda on 06.11.2020 12:46
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
3 | 'doc.location': {}, | ||
4 | 'doc.date': {"type":"date","size":10}, | ||
5 | 'doc.author': {"type":"text","size":10,"link":"author"}, | ||
6 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
7 | }) | ||
8 | #set ($options = { | ||
9 | 'className': 'Menu.MenuClass', | ||
10 | 'translationPrefix': 'menu.livetable.', | ||
11 | 'tagCloud': true, | ||
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
14 | 'selectedColumn': 'doc.name', | ||
15 | 'defaultOrder': 'asc' | ||
16 | }) | ||
17 | #set ($columns = ['doc.location', 'doc.date', 'doc.author', '_actions']) | ||
18 | #livetable('menu' $columns $columnsProperties $options) | ||
19 | {{/velocity}} |