Изменения документа Каталог ОК-решений
Редактировал(а) Сергей Лунев 2024/07/07 21:06
От версии 22.1
отредактировано Александра Садикова
на 2024/06/03 10:15
на 2024/06/03 10:15
Изменить комментарий:
Обновить LiveTable
К версии 21.2
отредактировано Александра Садикова
на 2024/06/03 10:14
на 2024/06/03 10:14
Изменить комментарий:
Updated application icon
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,11 +1,11 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'Image': {"filterable":false,"sortable":false,"html":true}, 4 4 'doc.title': {"displayName":"Наименование","link":"view"}, 5 5 'staticList1': {}, 6 6 'shortText1': {}, 7 7 'doc.location': {"html":true}, 8 - 'doc.creator': {"link":"author"} 7 + 'doc.creator': {"link":"author"}, 8 + 'Image': {"filterable":false,"sortable":false,"html":true} 9 9 }) 10 10 #set ($options = { 11 11 'className': 'Поиск ОК-решений.Code.Поиск ОК-решенийClass', ... ... @@ -13,9 +13,9 @@ 13 13 'tagCloud': true, 14 14 'rowCount': 15, 15 15 'maxPages': 10, 16 - 'selectedColumn': ' Image',16 + 'selectedColumn': 'doc.title', 17 17 'defaultOrder': 'asc' 18 18 }) 19 -#set ($columns = [' Image', 'doc.title', 'staticList1', 'shortText1', 'doc.location', 'doc.creator'])19 +#set ($columns = ['doc.title', 'staticList1', 'shortText1', 'doc.location', 'doc.creator', 'Image']) 20 20 #livetable('поиск ок-решений' $columns $columnsProperties $options) 21 21 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Колонки динамической таблицы
-
... ... @@ -1,1 +1,1 @@ 1 - Imagetitle1 staticList1 shortText1 doc.location doc.creator1 +title1 staticList1 shortText1 doc.location doc.creator Image