Изменения документа Расширения Corpwiki
Редактировал(а) Coluns 06.08.2024
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,8 +1,12 @@ 1 1 {{velocity}} 2 + $xwiki.ssx.use('ColunsExt.CSS.HidePageHeader') 3 +{{/velocity}} 4 + 5 +{{velocity}} 2 2 #set ($columnsProperties = { 3 3 'doc.title': {"link":"view","displayName":"Расширение"}, 4 - 'id':{}, 5 - 'description': {"displayName":"Описание"}, 8 + 'id':{"displayName":"ID","type":"hidden"}, 9 + 'description': {"displayName":"Описание","type":"text","html":"true"}, 6 6 'category': {}, 7 7 'version': {"displayName":"Версия"} 8 8 }) ... ... @@ -15,6 +15,6 @@ 15 15 'selectedColumn': 'doc.title', 16 16 'defaultOrder': 'asc' 17 17 }) 18 -#set ($columns = ['doc.title','id',' description', 'category',version'])22 +#set ($columns = ['doc.title','id', 'version', 'category','description']) 19 19 #livetable('colunsextensions' $columns $columnsProperties $options) 20 20 {{/velocity}}