Wiki source code of Diagrams
Last modified by Florent Charton on 2022/07/18 18:15
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'doc.location': {"type":"text","size":20,"html":true}, | ||
4 | 'doc.date': {"type":"text","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': 'Diagram.DiagramClass', | ||
10 | 'resultPage': 'Diagram.DiagramLiveTableResults', | ||
11 | 'translationPrefix': 'diagram.livetable.', | ||
12 | 'tagCloud': true, | ||
13 | 'rowCount': 15, | ||
14 | 'maxPages': 10 | ||
15 | }) | ||
16 | #set ($columns = ['doc.location', 'doc.date', 'doc.author', '_actions']) | ||
17 | #livetable('diagram' $columns $columnsProperties $options) | ||
18 | {{/velocity}} |