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

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

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

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -1,10 +1,10 @@
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 + 'doc.title': {"displayName":"Наименование","link":"view"},
4 + 'staticList1': {},
5 + 'staticList2': {},
6 + 'shortText1': {},
7 + 'doc.location': {"html":true}
8 8  })
9 9  #set ($options = {
10 10   'className': 'Поиск ОК-решений.Code.Поиск ОК-решенийClass',
... ... @@ -15,6 +15,6 @@
15 15   'selectedColumn': 'doc.title',
16 16   'defaultOrder': 'asc'
17 17  })
18 -#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
18 +#set ($columns = ['doc.title', 'staticList1', 'staticList2', 'shortText1', '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 +title1 staticList1 staticList2 shortText1 doc.location
XWiki.UIExtensionClass[0]
Extension ID
... ... @@ -1,0 +1,1 @@
1 +platform.panels.Поиск ОК-решенийApplication
Extension Parameters
... ... @@ -1,0 +1,3 @@
1 +label=Поиск ОК-решений
2 +target=Поиск ОК-решений.WebHome
3 +icon=icon:search