Modifications pour le document CR Réunion
Modifié par Franck LANTRES le 2026/02/04 22:43
Depuis la version 4.2
modifié par Franck LANTRES
sur 2026/02/04 22:25
sur 2026/02/04 22:25
Commentaire de modification :
Updated application icon
À la version 1.1
modifié par Franck LANTRES
sur 2026/02/04 22:12
sur 2026/02/04 22:12
Commentaire de modification :
Mettre à jour le tableau dynamique
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
-
Objets (2 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,8 +1,10 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'staticList1': {}, 4 - 'date1': {"html":true}, 5 - 'user1': {"html":true} 3 + 'doc.title': {"link":"view"}, 4 + 'doc.location': {"html":true}, 5 + 'doc.date': {}, 6 + 'doc.author': {"link":"author"}, 7 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 6 6 }) 7 7 #set ($options = { 8 8 'className': 'CR Réunion.Code.CR RéunionClass', ... ... @@ -10,9 +10,9 @@ 10 10 'tagCloud': true, 11 11 'rowCount': 15, 12 12 'maxPages': 10, 13 - 'selectedColumn': ' staticList1',15 + 'selectedColumn': 'doc.title', 14 14 'defaultOrder': 'asc' 15 15 }) 16 -#set ($columns = [' staticList1', 'date1', 'user1'])18 +#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions']) 17 17 #livetable('cr réunion' $columns $columnsProperties $options) 18 18 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Colonnes du tableau dynamique
-
... ... @@ -1,1 +1,1 @@ 1 - staticList1date1user11 +doc.title doc.location doc.date doc.author _actions
- XWiki.UIExtensionClass[0]
-
- Extension ID
-
... ... @@ -1,1 +1,0 @@ 1 -platform.panels.CR RéunionApplication - Extension Parameters
-
... ... @@ -1,3 +1,0 @@ 1 -label=CR Réunion 2 -target=CR Réunion.WebHome 3 -icon=icon:application