Changes for page Variablen
Last modified by XWiki Demo Admin on 2026/06/10 11:57
From version 3.1
edited by XWiki Demo Admin
on 2026/06/10 09:26
on 2026/06/10 09:26
Change comment:
Tabelle aktualisieren
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,6 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'Geschlecht': {}, 4 - 'content1': {"filterable":false,"sortable":false,"html":true} 3 + 'Geschlecht': {} 5 5 }) 6 6 #set ($options = { 7 7 'className': 'Datenstruktur.Code.DatenstrukturClass', ... ... @@ -12,6 +12,6 @@ 12 12 'selectedColumn': 'Geschlecht', 13 13 'defaultOrder': 'asc' 14 14 }) 15 -#set ($columns = ['Geschlecht' , 'content1'])14 +#set ($columns = ['Geschlecht']) 16 16 #livetable('datenstruktur' $columns $columnsProperties $options) 17 17 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- columns
-
... ... @@ -1,1 +1,1 @@ 1 -Geschlecht content11 +Geschlecht
- XWiki.UIExtensionClass[0]
-
- Extension ID
-
... ... @@ -1,1 +1,0 @@ 1 -platform.panels.DatenstrukturApplication - Extension Parameters
-
... ... @@ -1,3 +1,0 @@ 1 -label=Datenstruktur 2 -target=Datenstruktur.WebHome 3 -icon=icon:application