Исходный код вики Лицензии 1С
Редактировал(а) Coluns 2023/07/27 07:36
Последние авторы
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
| 4 | 'client': {"html":true}, | ||
| 5 | 'doc.author': {"link":"author"}, | ||
| 6 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, | ||
| 7 | 'typeLicenses1C': {}, | ||
| 8 | 'server': {}, | ||
| 9 | 'regNumber': {}, | ||
| 10 | 'portal1c': {}, | ||
| 11 | 'owner': {} | ||
| 12 | }) | ||
| 13 | #set ($options = { | ||
| 14 | 'className': 'ColunsExt.App.colunsLicenses1C.Code.colunsLicenses1CClass', | ||
| 15 | 'translationPrefix': 'colunslicenses1c.livetable.', | ||
| 16 | 'tagCloud': true, | ||
| 17 | 'rowCount': 15, | ||
| 18 | 'maxPages': 10, | ||
| 19 | 'selectedColumn': 'doc.title', | ||
| 20 | 'defaultOrder': 'asc' | ||
| 21 | }) | ||
| 22 | #set ($columns = ['doc.title', 'client', 'typeLicenses1C','regNumber','_actions']) | ||
| 23 | #livetable('colunslicenses1c' $columns $columnsProperties $options) | ||
| 24 | {{/velocity}} |