Changes for page App Within Minutes
Last modified by Ludovic Dubost on 2019/05/20 19:03
From version 3.1
edited by Ludovic Dubost
on 2015/09/01 11:47
on 2015/09/01 11:47
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui-7.1]
To version 7.1
edited by Ludovic Dubost
on 2019/05/20 19:03
on 2019/05/20 19:03
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/11.3]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2. 01 +XWiki 2.1 - Content
-
... ... @@ -2,14 +2,14 @@ 2 2 $services.localization.render('platform.appwithinminutes.description') 3 3 4 4 #if($hasCreateSpace) 5 - (% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]] 5 + (% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button" queryString="wizard=true"]] 6 6 7 7 #end 8 8 = $services.localization.render('platform.appwithinminutes.appsLiveTableHeading') =## 9 9 #set($columnsProperties = { 10 - 'doc. space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},10 + 'doc.title': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true}, 11 11 'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true}, 12 - 'doc.date': {'type': 'te xt', 'size': 10, 'filterable': true, 'sortable': true},12 + 'doc.date': {'type': 'date', 'size': 10, 'filterable': true, 'sortable': true}, 13 13 '_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']} 14 14 }) 15 15 #set($options = { ... ... @@ -19,10 +19,10 @@ 19 19 'tagCloud': true, 20 20 'rowCount': 15, 21 21 'maxPages': 10, 22 - 'selectedColumn': 'doc. space',22 + 'selectedColumn': 'doc.title', 23 23 'defaultOrder': 'asc' 24 24 }) 25 -#set($columns = ['doc. space', 'doc.author', 'doc.date', '_actions'])25 +#set($columns = ['doc.title', 'doc.author', 'doc.date', '_actions']) 26 26 #livetable('livetable' $columns $columnsProperties $options) 27 -#set($doc extras=[])27 +#set ($displayDocExtra = false) 28 28 {{/velocity}}