Código fonte Wiki de $services.localization.render('platform.appwithinminutes.appHomePageTitle', [$doc.space])
Versão 2.1 por JOSE RONALDO DOS ARAUJO em 06/04/2024
Mostrar últimos autores
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'doc.name': {"link":"view"}, | ||
4 | 'doc.date': {}, | ||
5 | 'doc.author': {"link":"author"}, | ||
6 | 'autoSliding': {}, | ||
7 | 'interval': {}, | ||
8 | '_images': {"sortable":false,"filterable":false,"html":true}, | ||
9 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
10 | }) | ||
11 | #set ($options = { | ||
12 | 'className': 'XCarouselCode.XCarouselClass', | ||
13 | 'translationPrefix': 'xcarousel.livetable.', | ||
14 | 'tagCloud': true, | ||
15 | 'rowCount': 15, | ||
16 | 'maxPages': 10, | ||
17 | 'selectedColumn': 'doc.name', | ||
18 | 'defaultOrder': 'asc' | ||
19 | }) | ||
20 | #set ($columns = ['doc.name', 'doc.date', 'doc.author', 'autoSliding', 'interval', '_images', '_actions']) | ||
21 | #livetable('xcarousel' $columns $columnsProperties $options) | ||
22 | {{/velocity}} |