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

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

От версии 24.1
отредактировано Александра Садикова
на 2024/06/03 10:45
Изменить комментарий: Обновить LiveTable
К версии 1.1
отредактировано Александра Садикова
на 2024/05/31 16:13
Изменить комментарий: Обновить LiveTable

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -1,11 +1,10 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - 'Image': {"filterable":false,"sortable":false,"html":true},
4 - 'doc.title': {"displayName":"Наименование","link":"view"},
5 - 'staticList1': {},
6 - 'shortText1': {},
3 + 'doc.title': {"link":"view"},
7 7   'doc.location': {"html":true},
8 - 'doc.creator': {"link":"author"}
5 + 'doc.date': {},
6 + 'doc.author': {"link":"author"},
7 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
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',
15 + 'selectedColumn': 'doc.title',
17 17   'defaultOrder': 'asc'
18 18  })
19 -#set ($columns = ['Image', 'doc.title', 'staticList1', 'shortText1', 'doc.location', 'doc.creator'])
18 +#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
20 20  #livetable('поиск ок-решений' $columns $columnsProperties $options)
21 21  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Колонки динамической таблицы
... ... @@ -1,1 +1,1 @@
1 -Image title1 staticList1 shortText1 doc.location doc.creator
1 +doc.title doc.location doc.date doc.author _actions
Описание
... ... @@ -1,6 +1,0 @@
1 -
2 -
3 -
4 -=== Найдите подходящее решение сейчас ===
5 -
6 -= Выбирайте из более чем 700 категорий =
XWiki.UIExtensionClass[0]
Extension ID
... ... @@ -1,1 +1,0 @@
1 -platform.panels.Поиск ОК-решенийApplication
Extension Parameters
... ... @@ -1,3 +1,0 @@
1 -label=Поиск ОК-решений
2 -target=Поиск ОК-решений.WebHome
3 -icon=icon:search