0 Votes

Changes for page Movies

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

From version 5.2
edited by Ryan C
on 2025/06/08 05:38
Change comment: Updated application icon
To version 4.2
edited by Ryan C
on 2025/06/08 05:34
Change comment: Updated application icon

Summary

Details

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