Změny dokumentu Contributors

Naposledy změněno superadmin 06.01.2023 13:12

Od verze 1.1
změnil(a) XWikiGuest
k 16.06.2017 10:13
Změnit komentář: Create automatic redirect.
Na verzi 2.1
změnil(a) superadmin
k 06.01.2023 13:12
Změnit komentář: Install extension [org.xwiki.platform:xwiki-platform-help-ui/14.10.2]

Summary

Details

Page properties
Nadpis
... ... @@ -1,0 +1,1 @@
1 +Contributors
Nadřazený dokument
... ... @@ -1,0 +1,1 @@
1 +Main.WebHome
Autor dokumentu
... ... @@ -1,1 +1,1 @@
1 -XWiki.XWikiGuest
1 +XWiki.superadmin
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 2.0
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
Content
... ... @@ -1,0 +1,20 @@
1 +{{velocity}}
2 +#set ($columnsProperties = {
3 + 'longText1': {"type":"text","filterable":false,"sortable":false,"html":true},
4 + 'doc.title': {"type":"text","size":20,"displayName":"Name","link":"view"},
5 + 'staticList1': {"type":"list","size":10},
6 + 'date1': {"type":"text","size":10,"html":true},
7 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
8 +})
9 +#set ($options = {
10 + 'className': 'Help.Applications.Contributors.Code.ContributorsClass',
11 + 'translationPrefix': 'contributors.livetable.',
12 + 'tagCloud': true,
13 + 'rowCount': 15,
14 + 'maxPages': 10,
15 + 'selectedColumn': 'longText1',
16 + 'defaultOrder': 'asc'
17 +})
18 +#set ($columns = ['longText1', 'doc.title', 'staticList1', 'date1', '_actions'])
19 +#livetable('contributors' $columns $columnsProperties $options)
20 +{{/velocity}}
XWiki.RedirectClass[0]
Location
... ... @@ -1,1 +1,0 @@
1 -xwiki:Main.Contributors.WebHome
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,0 +1,1 @@
1 +longText1 title1 staticList1 date1 _actions
Description
... ... @@ -1,0 +1,1 @@
1 +Simple application to manage a list of contributors. If you want to know where the movies are defined, check the [[Movies>>Help.Applications.Movies.WebHome]] application.
Class
... ... @@ -1,0 +1,1 @@
1 +Help.Applications.Contributors.Code.ContributorsClass