Wiki source code of hrafaARC Repository
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
3 | 'date1': {"html":true}, | ||
4 | 'shortText1': {}, | ||
![]() |
2.1 | 5 | 'shortText2': {}, |
![]() |
1.1 | 6 | 'doc.author': {"link":"author"}, |
7 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
8 | }) | ||
9 | #set ($options = { | ||
10 | 'className': 'hrafaARC Repository.Code.hrafaARC RepositoryClass', | ||
11 | 'translationPrefix': 'hrafaarc repository.livetable.', | ||
12 | 'tagCloud': true, | ||
13 | 'rowCount': 15, | ||
14 | 'maxPages': 10, | ||
15 | 'selectedColumn': 'date1', | ||
16 | 'defaultOrder': 'asc' | ||
17 | }) | ||
![]() |
2.1 | 18 | #set ($columns = ['date1', 'shortText1', 'shortText2', 'doc.author', '_actions']) |
![]() |
1.1 | 19 | #livetable('hrafaarc repository' $columns $columnsProperties $options) |
20 | {{/velocity}} |