Изменения документа Каталог ОК-решений
Редактировал(а) Сергей Лунев 2024/07/07 21:06
От версии 4.1
отредактировано Александра Садикова
на 2024/05/31 16:22
на 2024/05/31 16:22
Изменить комментарий:
Обновить LiveTable
К версии 3.2
отредактировано Александра Садикова
на 2024/05/31 16:21
на 2024/05/31 16:21
Изменить комментарий:
Updated application icon
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,9 +1,8 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - ' doc.title': {"displayName":"Наименование","link":"view"},3 + 'shortText1': {}, 4 4 'staticList1': {}, 5 5 'staticList2': {}, 6 - 'shortText1': {}, 7 7 'doc.location': {"html":true} 8 8 }) 9 9 #set ($options = { ... ... @@ -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', 'staticList1', 'staticList2', 'shortText1', 'doc.location'])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 -t itle1 staticList1 staticList2shortText1doc.location1 +shortText1 staticList1 staticList2 doc.location