Wiki source code of Design Acceptance

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

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