Wiki source code of Design Acceptance

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

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'Type': {},
4 'doc.title': {"link":"view"},
5 'shortText1': {},
6 'staticList1': {},
7 'staticList2': {},
8 'staticList3': {},
9 'doc.location': {"html":true},
10 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
11 'doc.author': {"link":"author"},
12 'doc.date': {}
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': 'Type',
21 'defaultOrder': 'asc'
22 })
23 #set ($columns = ['Type', 'doc.title', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date'])
24 #livetable('design and uat' $columns $columnsProperties $options)
25 {{/velocity}}