Wiki source code of Team Hope
Version 7.1 by Larry Maloney on 2023/11/28 20:16
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| 3 | 'countylist': {}, | ||
![]() |
3.1 | 4 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, |
| 5 | 'date1': {"html":true}, | ||
![]() |
1.1 | 6 | 'doc.title': {"link":"view"}, |
![]() |
2.1 | 7 | 'shortText1': {}, |
| 8 | 'shortText2': {}, | ||
| 9 | 'longText1': {"filterable":false,"sortable":false,"html":true}, | ||
| 10 | 'doc.author': {"link":"author"} | ||
![]() |
1.1 | 11 | }) |
| 12 | #set ($options = { | ||
| 13 | 'className': 'Team Hope.Code.Team HopeClass', | ||
| 14 | 'translationPrefix': 'team hope.livetable.', | ||
| 15 | 'tagCloud': true, | ||
| 16 | 'rowCount': 15, | ||
| 17 | 'maxPages': 10, | ||
| 18 | 'selectedColumn': 'countylist', | ||
| 19 | 'defaultOrder': 'asc' | ||
| 20 | }) | ||
![]() |
7.1 | 21 | #set ($columns = ['countylist', '_actions', 'date1', 'doc.title', 'shortText1', 'shortText2', 'longText1', 'doc.author']) |
![]() |
1.1 | 22 | #livetable('team hope' $columns $columnsProperties $options) |
| 23 | {{/velocity}} |
