Changes for page Movies
Last modified by superadmin on 06.01.2023 13:12
Summary
-
Page properties (6 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 1 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +$services.localization.render('help.applications.movie.title') - Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Main.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. XWikiGuest1 +XWiki.superadmin - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2. 11 +XWiki 2.0 - Hidden
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false - Content
-
... ... @@ -1,0 +1,22 @@ 1 +{{velocity}} 2 +#set ($columnsProperties = { 3 + 'longText1': {"type":"text","filterable":false,"sortable":false,"html":true}, 4 + 'doc.title': {"type":"text","size":20,"displayName":"Title","link":"view"}, 5 + 'staticList1': {"type":"list","size":10}, 6 + 'date1': {"type":"text","size":10,"html":true}, 7 + 'databaseList1': {"type":"list","size":10}, 8 + 'boolean1': {"type":"text","size":10}, 9 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 10 +}) 11 +#set ($options = { 12 + 'className': 'Help.Applications.Movies.Code.MoviesClass', 13 + 'translationPrefix': 'movies.livetable.', 14 + 'tagCloud': true, 15 + 'rowCount': 15, 16 + 'maxPages': 10, 17 + 'selectedColumn': 'longText1', 18 + 'defaultOrder': 'asc' 19 +}) 20 +#set ($columns = ['longText1', 'doc.title', 'staticList1', 'date1', 'databaseList1', 'boolean1', '_actions']) 21 +#livetable('movies' $columns $columnsProperties $options) 22 +{{/velocity}}
- XWiki.RedirectClass[0]
-
- Location
-
... ... @@ -1,1 +1,0 @@ 1 -xwiki:Main.Movies.WebHome
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,0 +1,1 @@ 1 +longText1 title1 staticList1 date1 databaseList1 boolean1 _actions - Description
-
... ... @@ -1,0 +1,1 @@ 1 +Simple application to manage a list of movies. If you want to know where the movie directors are defined, check the [[Contributors>>Help.Applications.Contributors.WebHome]] application. - Class
-
... ... @@ -1,0 +1,1 @@ 1 +Help.Applications.Movies.Code.MoviesClass