Code source wiki de CR Réunion
Version 5.1 par Franck LANTRES le 2026/02/04 22:26
Masquer les derniers auteurs
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| |
4.1 | 3 | 'staticList1': {}, |
| |
3.1 | 4 | 'date1': {"html":true}, |
| |
5.1 | 5 | 'user1': {"html":true}, |
| 6 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| |
1.1 | 7 | }) |
| 8 | #set ($options = { | ||
| 9 | 'className': 'CR Réunion.Code.CR RéunionClass', | ||
| 10 | 'translationPrefix': 'cr réunion.livetable.', | ||
| 11 | 'tagCloud': true, | ||
| 12 | 'rowCount': 15, | ||
| 13 | 'maxPages': 10, | ||
| |
4.1 | 14 | 'selectedColumn': 'staticList1', |
| |
1.1 | 15 | 'defaultOrder': 'asc' |
| 16 | }) | ||
| |
5.1 | 17 | #set ($columns = ['staticList1', 'date1', 'user1', '_actions']) |
| |
1.1 | 18 | #livetable('cr réunion' $columns $columnsProperties $options) |
| 19 | {{/velocity}} |