Änderungen von Dokument Umfragen

Zuletzt geändert von Heiko Waldschmidt am 2026/04/01 08:37

Von Version 2.1
bearbeitet von Heiko Waldschmidt
am 2026/04/01 08:37
Änderungskommentar: Install extension [com.xwiki.xpoll:application-xpoll-ui/2.5]
Auf Version 1.1
bearbeitet von Heiko Waldschmidt
am 2026/04/01 08:27
Änderungskommentar: Install extension [org.xwiki.contrib:application-xpoll-ui/1.7.1]

Zusammenfassung

Details

Seiteneigenschaften
Standardsprache
... ... @@ -1,1 +1,0 @@
1 -en
Inhalt
... ... @@ -1,0 +1,19 @@
1 +{{velocity}}
2 +#set($columnsProperties = {
3 + 'name': {'type': 'text', 'link' : 'view', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
4 + 'status': {'type': 'list', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
5 + 'winner': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
6 + '_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']}
7 +})
8 +#set($options = {
9 + 'className': 'XPoll.XPollClass',
10 + 'translationPrefix': 'xpoll.livetable.',
11 + 'tagCloud': true,
12 + 'rowCount': 15,
13 + 'maxPages': 10,
14 + 'selectedColumn': 'name',
15 + 'defaultOrder': 'asc'
16 +})
17 +#set($columns = ['name', 'status', 'winner', '_actions'])
18 +#livetable('xpoll' $columns $columnsProperties $options)
19 +{{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Class
... ... @@ -1,0 +1,1 @@
1 +XPoll.XPollClass
Spalten der Live-Tabelle
... ... @@ -1,0 +1,1 @@
1 +name status proposals _actions
Beschreibung
... ... @@ -1,0 +1,3 @@
1 +{{velocity}}
2 + $services.localization.render('contrib.xpoll.WebHome.description')
3 +{{/velocity}}
XWiki.UIExtensionClass[0]
Extension Point ID
... ... @@ -1,0 +1,1 @@
1 +org.xwiki.platform.panels.Applications
Extension ID
... ... @@ -1,0 +1,1 @@
1 +platform.panels.XPollApplication
Extension Parameters
... ... @@ -1,0 +1,3 @@
1 +label=$services.localization.render("contrib.xpoll.app.title")
2 +target=XPoll.WebHome
3 +icon=icon:chart_pie
Extension Scope
... ... @@ -1,0 +1,1 @@
1 +wiki