Wiki source code of Variablen
Last modified by XWiki Demo Admin on 2026/06/10 11:57
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
![]() |
4.1 | 3 | 'doc.title': {"link":"view"}, |
| 4 | 'variablennummer': {}, | ||
| 5 | 'defnition': {} | ||
![]() |
1.1 | 6 | }) |
| 7 | #set ($options = { | ||
| 8 | 'className': 'Datenstruktur.Code.DatenstrukturClass', | ||
| 9 | 'translationPrefix': 'datenstruktur.livetable.', | ||
| 10 | 'tagCloud': true, | ||
| 11 | 'rowCount': 15, | ||
| 12 | 'maxPages': 10, | ||
![]() |
4.1 | 13 | 'selectedColumn': 'doc.title', |
![]() |
1.1 | 14 | 'defaultOrder': 'asc' |
| 15 | }) | ||
![]() |
4.1 | 16 | #set ($columns = ['doc.title', 'variablennummer', 'defnition']) |
![]() |
1.1 | 17 | #livetable('datenstruktur' $columns $columnsProperties $options) |
| 18 | {{/velocity}} |
