Wiki source code of Design Acceptance
Version 6.2 by Zyndly Kent Baja on 2026/06/22 04:14
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'Type': {}, | ||
| 4 | 'shortText1': {}, | ||
| 5 | 'staticList1': {}, | ||
| 6 | 'staticList2': {}, | ||
| 7 | 'staticList3': {}, | ||
| 8 | 'doc.location': {"html":true}, | ||
| 9 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, | ||
| 10 | 'doc.author': {"link":"author"}, | ||
| 11 | 'doc.date': {} | ||
| 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': 'Type', | ||
| 20 | 'defaultOrder': 'asc' | ||
| 21 | }) | ||
| 22 | #set ($columns = ['Type', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date']) | ||
| 23 | #livetable('design and uat' $columns $columnsProperties $options) | ||
| 24 | {{/velocity}} |