Wiki source code of Team Hope

Version 9.2 by Larry Maloney on 2023/11/28 21:16

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
4 'countylist': {},
5 'doc.title': {"link":"view"},
6 'shortText2': {},
7 'longText1': {"filterable":false,"sortable":false,"html":true},
8 'doc.author': {"link":"author"},
9 'date1': {"html":true}
10 })
11 #set ($options = {
12 'className': 'Team Hope.Code.Team HopeClass',
13 'translationPrefix': 'team hope.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': '_actions',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['_actions', 'countylist', 'doc.title', 'shortText2', 'longText1', 'doc.author', 'date1'])
21 #livetable('team hope' $columns $columnsProperties $options)
22 {{/velocity}}