Изменения документа Каталог ОК-решений

Редактировал(а) Сергей Лунев 2024/07/07 21:06

От версии 2.1
отредактировано Александра Садикова
на 2024/05/31 16:17
Изменить комментарий: Обновить LiveTable
К версии 1.2
отредактировано Александра Садикова
на 2024/05/31 16:13
Изменить комментарий: Updated application icon

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -1,9 +1,10 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - 'shortText1': {},
4 - 'staticList1': {},
5 - 'staticList2': {},
6 - 'doc.location': {"html":true}
3 + 'doc.title': {"link":"view"},
4 + 'doc.location': {"html":true},
5 + 'doc.date': {},
6 + 'doc.author': {"link":"author"},
7 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
7 7  })
8 8  #set ($options = {
9 9   'className': 'Поиск ОК-решений.Code.Поиск ОК-решенийClass',
... ... @@ -11,9 +11,9 @@
11 11   'tagCloud': true,
12 12   'rowCount': 15,
13 13   'maxPages': 10,
14 - 'selectedColumn': 'shortText1',
15 + 'selectedColumn': 'doc.title',
15 15   'defaultOrder': 'asc'
16 16  })
17 -#set ($columns = ['shortText1', 'staticList1', 'staticList2', 'doc.location'])
18 +#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
18 18  #livetable('поиск ок-решений' $columns $columnsProperties $options)
19 19  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Колонки динамической таблицы
... ... @@ -1,1 +1,1 @@
1 -shortText1 staticList1 staticList2 doc.location
1 +doc.title doc.location doc.date doc.author _actions