Wiki source code of Controls and SoA
Last modified by Lee Pedley on 2026/09/21 17:22
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'controlRef': {} | ||
| 4 | 'doc.title': {"link":"view"} | ||
| 5 | 'applicability': {} | ||
| 6 | 'implementationStatus': {} | ||
| 7 | 'owner': {} | ||
| 8 | 'nextReviewDate': {} | ||
| 9 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 10 | }) | ||
| 11 | #set ($options = { | ||
| 12 | 'className': 'Controls and SoA.Code.Controls and SoAClass', | ||
| 13 | 'translationPrefix': 'controls and soa.livetable.', | ||
| 14 | 'tagCloud': false, | ||
| 15 | 'rowCount': 20, | ||
| 16 | 'maxPages': 10, | ||
| 17 | 'selectedColumn': 'controlRef', | ||
| 18 | 'defaultOrder': 'asc' | ||
| 19 | }) | ||
| 20 | #set ($columns = ['controlRef','doc.title','applicability','implementationStatus','owner','nextReviewDate','_actions']) | ||
| 21 | #livetable('controls and soa' $columns $columnsProperties $options) | ||
| 22 | {{/velocity}} |