|
@ -1,43 +1,50 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<pages>
|
3
|
|
<action name="Index" template="template/webapp/Index.html"></action>
|
4
|
|
<action name="Syntax" template="template/webapp/syntax/Syntax.html"></action>
|
5
|
|
<action name="Push" template="template/webapp/push/Push.html"></action>
|
6
|
|
<action name="OnlineList" template="template/webapp/push/OnlineList.html"></action>
|
7
|
|
<action name="Chat" template="template/webapp/push/Chat.html"></action>
|
8
|
|
|
|
3
|
<!-- 主页 -->
|
|
4
|
<action name="Index" template="template/webapp/Index.html"></action>
|
|
5
|
|
9
|
6
|
<!-- Plugin Demo -->
|
10
|
7
|
<action name="Basic" template="template/webapp/plugin/Basic.html"></action>
|
11
|
8
|
<action name="Network" template="template/webapp/plugin/Network.html"></action>
|
|
9
|
<!-- 地图 -->
|
12
|
10
|
<action name="Map" template="template/webapp/plugin/Map.html"></action>
|
|
11
|
<!-- 相机 -->
|
13
|
12
|
<action name="Photo" template="template/webapp/plugin/Photo.html"></action>
|
14
|
|
<action name="File" template="template/webapp/plugin/File.html"></action>
|
15
|
|
<action name="NFC" template="template/webapp/plugin/NFC.html"></action>
|
16
|
|
<action name="Hammer" template="template/webapp/plugin/Hammer.html"></action>
|
17
|
|
<!-- 提供给File使用 -->
|
18
|
|
<action name="FileDetail" template="template/webapp/plugin/FileDetail.html"></action>
|
|
13
|
<!-- 文件 -->
|
|
14
|
<action name="File" template="template/webapp/plugin/File/File.html"></action>
|
|
15
|
<action name="FileDetail" template="template/webapp/plugin/File/FileDetail.html"></action>
|
|
16
|
<!-- 存储 -->
|
19
|
17
|
<action name="Storage" template="template/webapp/plugin/Storage.html"></action>
|
20
|
|
<action name="UI" template="template/webapp/plugin/UI.html"></action>
|
21
|
|
<!-- 提供给UI使用 -->
|
22
|
|
<action name="UI-CustomDialog" template="template/webapp/plugin/UI-CustomDialog.html"></action>
|
23
|
|
<action name="UI-CustomWindow" template="template/webapp/plugin/UI-CustomWindow.html"></action>
|
24
|
|
<action name="UI-SlidingMenu" template="template/webapp/plugin/UI-SlidingMenu.html"></action>
|
25
|
|
<action name="FileUpload" template="template/webapp/plugin/FileUpload.html"></action>
|
26
|
|
<action name="RecordVideo" template="template/webapp/plugin/Video.html"></action>
|
27
|
|
|
|
18
|
<!-- 二维码 -->
|
28
|
19
|
<action name="QR" template="template/webapp/plugin/QR.html"></action>
|
|
20
|
<!-- 提供给UI使用 -->
|
|
21
|
<action name="UI" template="template/webapp/plugin/UI/UI.html"></action>
|
|
22
|
<action name="UI-CustomDialog" template="template/webapp/plugin/UI/UI-CustomDialog.html"></action>
|
|
23
|
<action name="UI-CustomWindow" template="template/webapp/plugin/UI/UI-CustomWindow.html"></action>
|
|
24
|
<action name="UI-SlidingMenu" template="template/webapp/plugin/UI/UI-SlidingMenu.html"></action>
|
|
25
|
<!-- 音频 -->
|
29
|
26
|
<action name="Audio" template="template/webapp/plugin/Audio.html"></action>
|
|
27
|
<!-- 视频 -->
|
30
|
28
|
<action name="Video" template="template/webapp/plugin/Video.html"></action>
|
31
|
|
<action name="Database" template="template/webapp/plugin/Database.html"></action>
|
|
29
|
<!-- 上传下载 -->
|
32
|
30
|
<action name="UploadDownload" template="template/webapp/plugin/UploadDownload.html"></action>
|
|
31
|
<!-- 云巴推送 -->
|
33
|
32
|
<action name="YunbaPush" template="template/webapp/plugin/YunbaPush.html"></action>
|
|
33
|
<!-- 数据库 -->
|
|
34
|
<action name="Database" template="template/webapp/plugin/Database.html"></action>
|
|
35
|
<!-- 通讯录 -->
|
34
|
36
|
<action name="Contacts" template="template/webapp/plugin/Contacts.html"></action>
|
35
|
|
|
|
37
|
<!-- NFC -->
|
|
38
|
<action name="NFC" template="template/webapp/plugin/NFC.html"></action>
|
|
39
|
<!-- 手势 -->
|
|
40
|
<action name="Hammer" template="template/webapp/plugin/Hammer.html"></action>
|
|
41
|
|
36
|
42
|
<!-- Web Component Demo-->
|
37
|
43
|
<action name="WmTab" template="template/webapp/tag/WmTab.html"></action>
|
38
|
44
|
<action name="WmTabbar" template="template/webapp/tag/WmTabbar.html"></action>
|
39
|
45
|
<action name="WmNavBar" template="template/webapp/tag/WmNavBar.html"></action>
|
40
|
46
|
<action name="WmDialog" template="template/webapp/tag/WmDialog.html"></action>
|
|
47
|
<action name="WmDialog2" template="template/webapp/tag/WmDialog2.html"></action>
|
41
|
48
|
<action name="WmToolTip" template="template/webapp/tag/WmToolTip.html"></action>
|
42
|
49
|
<action name="WmSlider" template="template/webapp/tag/WmSlider.html"></action>
|
43
|
50
|
<action name="WmDropmenu" template="template/webapp/tag/WmDropmenu.html"></action>
|
|
@ -53,6 +60,7 @@
|
53
|
60
|
<action name="WmTabbarSrc" template="template/webapp/tag/WmTabbarSrc.html"></action>
|
54
|
61
|
<action name="WmNavBarSrc" template="template/webapp/tag/WmNavBarSrc.html"></action>
|
55
|
62
|
<action name="WmDialogSrc" template="template/webapp/tag/WmDialogSrc.html"></action>
|
|
63
|
<action name="WmDialog2Src" template="template/webapp/tag/WmDialog2Src.html"></action>
|
56
|
64
|
<action name="WmToolTipSrc" template="template/webapp/tag/WmToolTipSrc.html"></action>
|
57
|
65
|
<action name="WmSliderSrc" template="template/webapp/tag/WmSliderSrc.html"></action>
|
58
|
66
|
<action name="WmDropmenuSrc" template="template/webapp/tag/WmDropmenuSrc.html"></action>
|
|
@ -76,50 +84,37 @@
|
76
|
84
|
<action name="Tab" template="template/webapp/ui/Tab.html"></action>
|
77
|
85
|
<action name="Tip" template="template/webapp/ui/Tip.html"></action>
|
78
|
86
|
|
79
|
|
<action name="LoginPage" template="template/webapp/index.html" data="getLoginInfo"></action>
|
80
|
|
|
81
|
|
<!-- Chart Demo -->
|
82
|
|
<action name="ChartIndex" template="template/webapp/chart/ChartIndex.html"></action>
|
83
|
|
<action name="HighchartsColumnBasic" template="template/webapp/chart/highcharts/HighchartsColumnBasic.html"></action>
|
84
|
|
<action name="HighchartsColumnDrilldown" template="template/webapp/chart/highcharts/HighchartsColumnDrilldown.html"></action>
|
85
|
|
<action name="HighchartsPieBasic" template="template/webapp/chart/highcharts/HighchartsPieBasic.html"></action>
|
86
|
|
<action name="HighchartsPieBasic_3d" template="template/webapp/chart/highcharts/HighchartsPieBasic_3d.html"></action>
|
87
|
|
<action name="HighchartsPie3d" template="template/webapp/chart/highcharts/HighchartsPie3d.html"></action>
|
88
|
|
<action name="IChartAnimationPie3d01" template="template/webapp/chart/ichart/IChartAnimationPie3d01.html"></action>
|
89
|
|
<action name="IChartBar2d01" template="template/webapp/chart/ichart/IChartBar2d01.html"></action>
|
90
|
|
<action name="IChartColumn3d01" template="template/webapp/chart/ichart/IChartColumn3d01.html"></action>
|
91
|
|
<action name="IChartPie2d01" template="template/webapp/chart/ichart/IChartPie2d01.html"></action>
|
92
|
|
|
93
|
|
<action name="WmDialog2Src" template="template/webapp/tag/WmDialog2Src.html"></action>
|
94
|
|
<action name="WmDialog2" template="template/webapp/tag/WmDialog2.html"></action>
|
95
|
|
|
96
|
|
<action name="WmRefreshSrc" template="template/webapp/tag/WmRefreshSrc.html"></action>
|
97
|
|
<action name="WmRefresh" template="template/webapp/tag/WmRefresh.html"></action>
|
98
|
|
|
|
87
|
<!-- More Demo-->
|
|
88
|
<!-- 模板语法 -->
|
|
89
|
<action name="Syntax" template="template/webapp/more/syntax/Syntax.html"></action>
|
|
90
|
<!-- 推送展示 -->
|
|
91
|
<action name="Push" template="template/webapp/more/push/Push.html"></action>
|
|
92
|
<action name="OnlineList" template="template/webapp/more/push/OnlineList.html"></action>
|
|
93
|
<action name="Chat" template="template/webapp/more/push/Chat.html"></action>
|
99
|
94
|
<!-- ##################################场景演示########################################################### -->
|
100
|
|
<action name="Scene" template="template/webapp/scene/Scene.html"></action>
|
|
95
|
<action name="Scene" template="template/webapp/more/scene/Scene.html"></action>
|
|
96
|
<!-- 报表场景 -->
|
|
97
|
<action name="SceneBean_Demo" template="template/webapp/more/scene/demo/Demo.html"></action>
|
|
98
|
<action name="SceneBean_DemoAdd" template="template/webapp/more/scene/demo/DemoAdd.html"></action>
|
|
99
|
<action name="SceneBean_DemoDetail" template="template/webapp/more/scene/demo/DemoDetail.html"></action>
|
101
|
100
|
<!-- 登录场景 -->
|
102
|
|
<action name="SceneBean_login_init" template="template/webapp/scene/Login.html"></action>
|
|
101
|
<action name="SceneBean_login_init" template="template/webapp/more/scene/Login.html"></action>
|
103
|
102
|
<!-- 数据请求场景 -->
|
104
|
|
<action name="SceneBean_dataRequest" template="template/webapp/scene/DataRequest.html"></action>
|
105
|
|
<!-- 解锁屏 -->
|
106
|
|
<action name="SceneBean_setScreenLock" template="template/webapp/scene/SetScreenLock.html"></action>
|
107
|
|
<!-- 键盘 -->
|
108
|
|
<action name="SceneBean_openKeyboard" template="template/webapp/scene/OpenKeyboard.html"></action>
|
|
103
|
<action name="SceneBean_dataRequest" template="template/webapp/more/scene/DataRequest.html"></action>
|
|
104
|
<!-- 解锁屏场景 -->
|
|
105
|
<action name="SceneBean_setScreenLock" template="template/webapp/more/scene/SetScreenLock.html"></action>
|
|
106
|
<!-- 键盘 场景-->
|
|
107
|
<action name="SceneBean_openKeyboard" template="template/webapp/more/scene/OpenKeyboard.html"></action>
|
109
|
108
|
<!-- 页面跳转(直接数据渲染)场景 -->
|
110
|
|
<action name="SceneBean_templateRedirect" template="template/webapp/scene/TemplateRedirect.html"></action>
|
111
|
|
<!-- 页面跳转(调用数据接口)场景***************脑筋急转弯-->
|
112
|
|
<action name="SceneBean_PageRedirect" template="template/webapp/scene/PageRedirect.html"></action>
|
113
|
|
<!-- 页面跳转(调用数据接口)场景***************脑筋急转弯结果页-->
|
114
|
|
<action name="SceneBean_PageRedirectResult" template="template/webapp/scene/PageRedirectResult.html" data="SceneBean.openPageScene"></action>
|
115
|
|
|
116
|
|
<action name="TemplateRefresh" template="template/webapp/scene/TemplateRefresh.html"></action>
|
117
|
|
<action name="PageRefresh" template="template/webapp/scene/PageRefresh.html"></action>
|
118
|
|
<action name="TemplateRefresh.PersonDetailTemplate" template="template/webapp/scene/PersonDetailTemplate.html"></action>
|
119
|
|
<action name="PageRefresh.PersonDetailTemplateMore" template="template/webapp/scene/PersonDetailTemplateMore.html" data="getPersonDetailMore"></action>
|
120
|
|
|
121
|
|
<!-- 报表 -->
|
122
|
|
<action name="SceneBean_Demo" template="template/webapp/scene/demo/Demo.html"></action>
|
123
|
|
<action name="SceneBean_DemoAdd" template="template/webapp/scene/demo/DemoAdd.html"></action>
|
124
|
|
<action name="SceneBean_DemoDetail" template="template/webapp/scene/demo/DemoDetail.html"></action>
|
|
109
|
<action name="SceneBean_templateRedirect" template="template/webapp/more/scene/TemplateRedirect.html"></action>
|
|
110
|
<!-- 页面跳转(调用数据接口)场景-->
|
|
111
|
<action name="SceneBean_PageRedirect" template="template/webapp/more/scene/PageRedirect.html"></action>
|
|
112
|
<!-- 页面跳转(调用数据接口)场景-->
|
|
113
|
<action name="SceneBean_PageRedirectResult" template="template/webapp/more/scene/PageRedirectResult.html" data="SceneBean.openPageScene"></action>
|
|
114
|
<!-- 局部页面刷新(直接数据渲染)场景 -->
|
|
115
|
<action name="TemplateRefresh" template="template/webapp/more/scene/TemplateRefresh.html"></action>
|
|
116
|
<action name="TemplateRefresh.PersonDetailTemplate" template="template/webapp/more/scene/PersonDetailTemplate.html"></action>
|
|
117
|
<!-- 局部页面刷新调用数据接口)场景 -->
|
|
118
|
<action name="PageRefresh" template="template/webapp/more/scene/PageRefresh.html"></action>
|
|
119
|
<action name="PageRefresh.PersonDetailTemplateMore" template="template/webapp/more/scene/PersonDetailTemplateMore.html" data="SceneBean.getPersonDetailMore"></action>
|
125
|
120
|
</pages>
|