Wiki source code of Design Acceptance
Version 8.2 by Zyndly Kent Baja on 2026/06/22 04:29
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
![]() |
5.1 | 3 | 'Type': {}, |
![]() |
8.1 | 4 | 'doc.name': {"link":"view"}, |
![]() |
3.1 | 5 | 'shortText1': {}, |
| 6 | 'staticList1': {}, | ||
| 7 | 'staticList2': {}, | ||
![]() |
4.1 | 8 | 'staticList3': {}, |
![]() |
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': {} | ||
![]() |
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, | ||
![]() |
5.1 | 20 | 'selectedColumn': 'Type', |
![]() |
1.1 | 21 | 'defaultOrder': 'asc' |
| 22 | }) | ||
![]() |
8.1 | 23 | #set ($columns = ['Type', 'doc.name', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date']) |
![]() |
1.1 | 24 | #livetable('design and uat' $columns $columnsProperties $options) |
| 25 | {{/velocity}} |
