0 Votes

Changes for page Movies

Last modified by Ryan C on 2025/06/12 02:46

From version 3.1
edited by Ryan C
on 2025/06/08 05:32
Change comment: Update LiveTable
To version 2.1
edited by Ryan C
on 2025/06/08 02:43
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -2,10 +2,7 @@
2 2  #set ($columnsProperties = {
3 3   '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
4 4   'shortText1': {},
5 - 'shortText2': {},
6 - 'longText1': {"filterable":false,"sortable":false,"html":true},
7 - 'date1': {"html":true},
8 - 'Tags': {}
5 + 'shortText2': {}
9 9  })
10 10  #set ($options = {
11 11   'className': 'Help.Applications.Movies.Code.MoviesClass',
... ... @@ -16,6 +16,6 @@
16 16   'selectedColumn': '_actions',
17 17   'defaultOrder': 'asc'
18 18  })
19 -#set ($columns = ['_actions', 'shortText1', 'shortText2', 'longText1', 'date1', 'Tags'])
16 +#set ($columns = ['_actions', 'shortText1', 'shortText2'])
20 20  #livetable('movies' $columns $columnsProperties $options)
21 21  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -_actions shortText1 shortText2 longText1 date1 Tags
1 +_actions shortText1 shortText2
XWiki.UIExtensionClass[0]
Extension Point ID
... ... @@ -1,1 +1,0 @@
1 -org.xwiki.platform.panels.Applications
Extension ID
... ... @@ -1,1 +1,0 @@
1 -platform.panels.Help.Applications.MoviesApplication
Extension Parameters
... ... @@ -1,3 +1,0 @@
1 -label=Movies
2 -target=Help.Applications.Movies.WebHome
3 -icon=icon:film
Extension Scope
... ... @@ -1,1 +1,0 @@
1 -wiki