Modifications pour le document CR Réunion
Modifié par Franck LANTRES le 2026/02/04 22:43
Depuis la version 6.1
modifié par Franck LANTRES
sur 2026/02/04 22:28
sur 2026/02/04 22:28
Commentaire de modification :
Mettre à jour le tableau dynamique
À la version 1.2
modifié par Franck LANTRES
sur 2026/02/04 22:12
sur 2026/02/04 22:12
Commentaire de modification :
Updated application icon
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,8 +1,9 @@ 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"}, 6 6 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 7 7 }) 8 8 #set ($options = { ... ... @@ -11,9 +11,9 @@ 11 11 'tagCloud': true, 12 12 'rowCount': 15, 13 13 'maxPages': 10, 14 - 'selectedColumn': ' staticList1',15 + 'selectedColumn': 'doc.title', 15 15 'defaultOrder': 'asc' 16 16 }) 17 -#set ($columns = [' staticList1', 'date1', 'user1', '_actions'])18 +#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions']) 18 18 #livetable('cr réunion' $columns $columnsProperties $options) 19 19 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Colonnes du tableau dynamique
-
... ... @@ -1,1 +1,1 @@ 1 - staticList1date1user1_actions1 +doc.title doc.location doc.date doc.author _actions