Changes for page Phones Home

Last modified by Ludovic Dubost on 2018/11/30 15:24

From version 1.6
edited by WebHome
on 2013/04/16 18:57
Change comment: Import: add attachment
To version 2.1
edited by Ludovic Dubost
on 2013/04/16 18:57
Change comment: Import: final save

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +$msg.get('platform.appwithinminutes.appHomePageTitle', $doc.space)
Parent
... ... @@ -1,0 +1,1 @@
1 +AppWithinMinutes.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.WebHome
1 +xwiki:XWiki.ludovic
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 1.0
1 +XWiki 2.0
Content
... ... @@ -1,0 +1,24 @@
1 +{{velocity}}
2 +#set ($discard = $services.localization.use('document', 'Phones.PhonesTranslations'))
3 +#set ($columnsProperties = {
4 + '_image': {"sortable":false,"filterable":false,"html":true},
5 + 'doc.title': {"type":"text","size":20,"link":"view"},
6 + 'os': {"type":"list","size":10},
7 + 'os_version': {"type":"number","size":10},
8 + 'screen_size': {"type":"number","size":10},
9 + 'hardware_cpu': {"type":"text","size":10},
10 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
11 +})
12 +#set ($options = {
13 + 'className': 'Phones.PhonesClass',
14 + 'resultPage': 'Phones.PhonesLiveTableResults',
15 + 'translationPrefix': 'phones.livetable.',
16 + 'tagCloud': true,
17 + 'rowCount': 15,
18 + 'maxPages': 10,
19 + 'selectedColumn': 'doc.title',
20 + 'defaultOrder': 'asc'
21 +})
22 +#set ($columns = ['_image', 'doc.title', 'os', 'os_version', 'screen_size', 'hardware_cpu', '_actions'])
23 +#livetable('phones' $columns $columnsProperties $options)
24 +{{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Class
... ... @@ -1,0 +1,1 @@
1 +Phones.PhonesClass
Live Table Columns
... ... @@ -1,0 +1,1 @@
1 +_images name os os_version screen_size hardware_cpu _actions
Description
... ... @@ -1,0 +1,3 @@
1 +This is a demo of an integration of XWiki with [[Angular JS>>http://angularjs.org/]], an MVC framework for Javascript.
2 +
3 +This screen is standard XWiki. To view the Angular JS integration go to [[Angular Search>>AngularSearch]].
XWiki.UIExtensionClass[0]
Extension Point ID
... ... @@ -1,0 +1,1 @@
1 +org.xwiki.platform.panels.Applications
Extension ID
... ... @@ -1,0 +1,1 @@
1 +platform.panels.PhonesApplication
Extension Parameters
... ... @@ -1,0 +1,3 @@
1 +label=Phones
2 +target=Phones.WebHome
3 +icon=icon:application
Extension Scope
... ... @@ -1,0 +1,1 @@
1 +wiki