Wiki source code of Items

Last modified by Espen Solbu on 2025/06/15 07:55

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'shortText1': {"link":"view"},
5 'staticList1': {"link":"view"},
6 'number1': {"link":"view"},
7 'doc.location': {"html":true},
8 'doc.date': {},
9 'doc.author': {"link":"author"},
10 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
11 })
12 #set ($options = {
13 'className': 'Final Realms.Items.Code.ItemsClass',
14 'translationPrefix': 'items.livetable.',
15 'tagCloud': true,
16 'rowCount': 15,
17 'maxPages': 10,
18 'selectedColumn': 'doc.title',
19 'defaultOrder': 'asc'
20 })
21 #set ($columns = ['doc.title', 'shortText1', 'staticList1', 'number1', 'doc.location', 'doc.date', 'doc.author', '_actions'])
22 #livetable('items' $columns $columnsProperties $options)
23 {{/velocity}}