0 Votes

Changes for page Anti White Incidents

Last modified by Ryan C on 2025/06/09 12:55

From version 8.2
edited by Ryan C
on 2025/06/08 08:56
Change comment: Updated application icon
To version 9.1
edited by Ryan C
on 2025/06/08 09:06
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -3,11 +3,10 @@
3 3   'Image': {"filterable":false,"sortable":false,"html":true},
4 4   'shortText1': {},
5 5   'longText1': {"filterable":false,"sortable":false,"html":true},
6 - 'DisplayURL': {"filterable":false,"sortable":false,"html":true},
6 + 'longText2': {"filterable":false,"sortable":false,"html":true},
7 7   'Tags': {},
8 8   'date1': {"html":true},
9 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
10 - 'shortText2': {}
9 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
11 11  })
12 12  #set ($options = {
13 13   'className': 'Help.Applications.Anti White Incidents.Code.MoviesClass',
... ... @@ -18,6 +18,6 @@
18 18   'selectedColumn': 'Image',
19 19   'defaultOrder': 'asc'
20 20  })
21 -#set ($columns = ['Image', 'shortText1', 'longText1', 'DisplayURL', 'Tags', 'date1', '_actions', 'shortText2'])
20 +#set ($columns = ['Image', 'shortText1', 'longText1', 'longText2', 'Tags', 'date1', '_actions'])
22 22  #livetable('movies' $columns $columnsProperties $options)
23 23  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -Image shortText1 longText1 DisplayURL Tags date1 _actions shortText2
1 +Image shortText1 longText1 longText2 Tags date1 _actions