Wiki source code of Design Acceptance

Version 4.2 by Zyndly Kent Baja on 2026/06/22 04:13

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'shortText1': {},
4 'doc.title': {"link":"view"},
5 'doc.location': {"html":true},
6 'doc.date': {},
7 'doc.author': {"link":"author"},
8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
9 'staticList1': {},
10 'staticList2': {},
11 'staticList3': {},
12 'Type': {}
13 })
14 #set ($options = {
15 'className': 'Design and UAT.Code.Design and UATClass',
16 'translationPrefix': 'design and uat.livetable.',
17 'tagCloud': true,
18 'rowCount': 15,
19 'maxPages': 10,
20 'selectedColumn': 'shortText1',
21 'defaultOrder': 'asc'
22 })
23 #set ($columns = ['shortText1', 'doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'staticList1', 'staticList2', 'staticList3', 'Type'])
24 #livetable('design and uat' $columns $columnsProperties $options)
25 {{/velocity}}