Wiki source code of Design Acceptance

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

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