Changes for page XCarousel Home
Last modified by JOSE RONALDO DOS ARAUJO on 06/04/2024
From version 2.1
edited by JOSE RONALDO DOS ARAUJO
on 06/04/2024
on 06/04/2024
Change comment:
Atualizar Tabela Dinâmica
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2. 11 +XWiki 2.0 - Content
-
... ... @@ -1,15 +1,17 @@ 1 1 {{velocity}} 2 +#set ($discard = $services.localization.use('document', 'XCarouselCode.XCarouselTranslations')) 2 2 #set ($columnsProperties = { 3 - 'doc.name': {"link":"view"}, 4 - 'doc.date': {}, 5 - 'doc.author': {"link":"author"}, 6 - 'autoSliding': {}, 7 - 'interval': {}, 4 + 'doc.name': {"type":"text","size":10,"link":"view"}, 5 + 'doc.date': {"type":"text","size":10}, 6 + 'doc.author': {"type":"text","size":10,"link":"author"}, 7 + 'autoSliding': {"type":"text","size":10}, 8 + 'interval': {"type":"number","size":10}, 8 8 '_images': {"sortable":false,"filterable":false,"html":true}, 9 9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 10 10 }) 11 11 #set ($options = { 12 12 'className': 'XCarouselCode.XCarouselClass', 14 + 'resultPage': 'XCarouselCode.XCarouselLiveTableResults', 13 13 'translationPrefix': 'xcarousel.livetable.', 14 14 'tagCloud': true, 15 15 'rowCount': 15,