Changes for page Variablen
Last modified by XWiki Demo Admin on 2026/06/10 11:57
From version 2.2
edited by XWiki Demo Admin
on 2026/06/10 09:25
on 2026/06/10 09:25
Change comment:
Updated application icon
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Datenstruktur1 +Variablen - Content
-
... ... @@ -1,7 +1,8 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'Geschlecht': {}, 4 - 'content1': {"filterable":false,"sortable":false,"html":true} 3 + 'doc.title': {"link":"view"}, 4 + 'variablennummer': {}, 5 + 'defnition': {} 5 5 }) 6 6 #set ($options = { 7 7 'className': 'Datenstruktur.Code.DatenstrukturClass', ... ... @@ -9,9 +9,9 @@ 9 9 'tagCloud': true, 10 10 'rowCount': 15, 11 11 'maxPages': 10, 12 - 'selectedColumn': ' Geschlecht',13 + 'selectedColumn': 'doc.title', 13 13 'defaultOrder': 'asc' 14 14 }) 15 -#set ($columns = [' Geschlecht', 'content1'])16 +#set ($columns = ['doc.title', 'variablennummer', 'defnition']) 16 16 #livetable('datenstruktur' $columns $columnsProperties $options) 17 17 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- columns
-
... ... @@ -1,1 +1,1 @@ 1 - Geschlechtcontent11 +doc.title variablennummer defnition