Wiki source code of Team Hope

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

Hide last authors
Larry Maloney 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
Larry Maloney 9.1 3 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
Larry Maloney 1.1 4 'countylist': {},
5 'doc.title': {"link":"view"},
Larry Maloney 2.1 6 'shortText2': {},
7 'longText1': {"filterable":false,"sortable":false,"html":true},
Larry Maloney 9.1 8 'doc.author': {"link":"author"},
9 'date1': {"html":true}
Larry Maloney 1.1 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,
Larry Maloney 9.1 17 'selectedColumn': '_actions',
Larry Maloney 1.1 18 'defaultOrder': 'asc'
19 })
Larry Maloney 9.1 20 #set ($columns = ['_actions', 'countylist', 'doc.title', 'shortText2', 'longText1', 'doc.author', 'date1'])
Larry Maloney 1.1 21 #livetable('team hope' $columns $columnsProperties $options)
22 {{/velocity}}