Wiki source code of Team Hope
Version 9.2 by Larry Maloney on 2023/11/28 21:16
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
![]() |
9.1 | 3 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, |
![]() |
1.1 | 4 | 'countylist': {}, |
| 5 | 'doc.title': {"link":"view"}, | ||
![]() |
2.1 | 6 | 'shortText2': {}, |
| 7 | 'longText1': {"filterable":false,"sortable":false,"html":true}, | ||
![]() |
9.1 | 8 | 'doc.author': {"link":"author"}, |
| 9 | 'date1': {"html":true} | ||
![]() |
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, | ||
![]() |
9.1 | 17 | 'selectedColumn': '_actions', |
![]() |
1.1 | 18 | 'defaultOrder': 'asc' |
| 19 | }) | ||
![]() |
9.1 | 20 | #set ($columns = ['_actions', 'countylist', 'doc.title', 'shortText2', 'longText1', 'doc.author', 'date1']) |
![]() |
1.1 | 21 | #livetable('team hope' $columns $columnsProperties $options) |
| 22 | {{/velocity}} |
