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

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

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

Сводка

Подробности

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