Changes for page XCarousel Home
Last modified by JOSE RONALDO DOS ARAUJO on 06/04/2024
To 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. 01 +XWiki 2.1 - Content
-
... ... @@ -1,17 +1,15 @@ 1 1 {{velocity}} 2 -#set ($discard = $services.localization.use('document', 'XCarouselCode.XCarouselTranslations')) 3 3 #set ($columnsProperties = { 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},3 + 'doc.name': {"link":"view"}, 4 + 'doc.date': {}, 5 + 'doc.author': {"link":"author"}, 6 + 'autoSliding': {}, 7 + 'interval': {}, 9 9 '_images': {"sortable":false,"filterable":false,"html":true}, 10 10 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 11 11 }) 12 12 #set ($options = { 13 13 'className': 'XCarouselCode.XCarouselClass', 14 - 'resultPage': 'XCarouselCode.XCarouselLiveTableResults', 15 15 'translationPrefix': 'xcarousel.livetable.', 16 16 'tagCloud': true, 17 17 'rowCount': 15,