0 Votes

Mudanças do documento XCarousel Página Incial

Última modificação por JOSE RONALDO DOS ARAUJO em 06/04/2024

Da versão 2.2
editado por JOSE RONALDO DOS ARAUJO
em 06/04/2024
Comentário da mudança: Updated application icon
Para versão 1.1
editado por JOSE RONALDO DOS ARAUJO
em 05/04/2024
Comentário da mudança: Imported from XAR

Resumo

Detalhes

Propriedades da página
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 2.0
Conteúdo
... ... @@ -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,
XWiki.UIExtensionClass[0]
Extension Parameters
... ... @@ -1,3 +1,3 @@
1 -label=XCarousel Página Incial
1 +label=XCarousel
2 2  target=XCarousel.WebHome
3 3  icon=icon:application