0 Votes

Wiki source code of XCarousel Home

Last modified by JOSE RONALDO DOS ARAUJO on 06/04/2024

Show last authors
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}}