Summary
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2. 11 +XWiki 2.0 - Content
-
... ... @@ -1,10 +1,11 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'longText1': {"filterable":false,"sortable":false,"html":true}, 4 - 'shortText1': {}, 5 - 'shortText2': {}, 6 - 'date1': {"html":true}, 7 - 'Tags': {}, 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}, 8 8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 9 9 }) 10 10 #set ($options = { ... ... @@ -16,6 +16,6 @@ 16 16 'selectedColumn': 'longText1', 17 17 'defaultOrder': 'asc' 18 18 }) 19 -#set ($columns = ['longText1', ' shortText1', 'shortText2', 'date1', 'Tags', '_actions'])20 +#set ($columns = ['longText1', 'doc.title', 'staticList1', 'date1', 'databaseList1', 'boolean1', '_actions']) 20 20 #livetable('movies' $columns $columnsProperties $options) 21 21 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 -longText1 shortText1 shortText2date1Tags _actions1 +longText1 title1 staticList1 date1 databaseList1 boolean1 _actions - Description
-
... ... @@ -1,1 +1,1 @@ 1 - Uploadincidentreportswithaheadline,sourcelink,image,andshortsummary.Submissionswillappearbelowin the tabledona formatteddashboard.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.
- 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