Wiki-Quellcode von MakeYourOwn
Version 1.1 von Peter Pfläging am 2025/06/14 15:24
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
| 4 | 'doc.location': {"html":true}, | ||
| 5 | 'doc.date': {}, | ||
| 6 | 'doc.author': {"link":"author"}, | ||
| 7 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, | ||
| 8 | 'shortText1': {} | ||
| 9 | }) | ||
| 10 | #set ($options = { | ||
| 11 | 'className': 'MakeYourOwn.Code.MakeYourOwnClass', | ||
| 12 | 'translationPrefix': 'makeyourown.livetable.', | ||
| 13 | 'tagCloud': true, | ||
| 14 | 'rowCount': 15, | ||
| 15 | 'maxPages': 10, | ||
| 16 | 'selectedColumn': 'doc.title', | ||
| 17 | 'defaultOrder': 'asc' | ||
| 18 | }) | ||
| 19 | #set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'shortText1']) | ||
| 20 | #livetable('makeyourown' $columns $columnsProperties $options) | ||
| 21 | {{/velocity}} |