Changes for page P4P Apps
Last modified by Zenna Elfen on 2025/11/24 11:23
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,10 +1,12 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'content1': {"filterable":false,"sortable":false,"html":true}, 4 4 'doc.title': {"link":"view"}, 5 - 'longText1': {"filterable":false,"sortable":false,"html":true}, 6 6 'shortText1': {}, 7 - 'page1': {"html":true} 5 + 'page1': {"html":true}, 6 + 'databaseList1': {}, 7 + 'doc.location': {"html":true}, 8 + 'doc.author': {"link":"author"}, 9 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 8 8 }) 9 9 #set ($options = { 10 10 'className': 'P4P Apps.Code.P4P AppsClass', ... ... @@ -12,9 +12,9 @@ 12 12 'tagCloud': true, 13 13 'rowCount': 15, 14 14 'maxPages': 10, 15 - 'selectedColumn': ' content1',17 + 'selectedColumn': 'doc.title', 16 16 'defaultOrder': 'asc' 17 17 }) 18 -#set ($columns = ['co ntent1', 'doc.title', 'longText1', 'shortText1', 'page1'])20 +#set ($columns = ['doc.title', 'shortText1', 'page1', 'databaseList1', 'doc.location', 'doc.author', '_actions']) 19 19 #livetable('p4p apps' $columns $columnsProperties $options) 20 20 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 - content1doc.titlelongText1shortText1 page11 +doc.title shortText1 page1 databaseList1 doc.location doc.author _actions
- XWiki.UIExtensionClass[0]
-
- parameters
-
... ... @@ -1,3 +1,3 @@ 1 -label=P4P Apps 1 +label=P4P Applications 2 2 target=P4P Apps.WebHome 3 3 icon=icon:application_view_list