Wiki source code of Design Acceptance

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

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 })
13 #set ($options = {
14 'className': 'Design and UAT.Code.Design and UATClass',
15 'translationPrefix': 'design and uat.livetable.',
16 'tagCloud': true,
17 'rowCount': 15,
18 'maxPages': 10,
19 'selectedColumn': 'shortText1',
20 'defaultOrder': 'asc'
21 })
22 #set ($columns = ['shortText1', 'doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'staticList1', 'staticList2', 'staticList3'])
23 #livetable('design and uat' $columns $columnsProperties $options)
24 {{/velocity}}