]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/examples.json
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / examples.json
1 [
2 {
3 "title": "Application Examples",
4 "items": [
5 {
6 "text": "Kitchen Sink",
7 "url": "kitchensink/index.html",
8 "iconLocation": "kitchensink/resources/icons",
9 "device": "tablet",
10 "desc": "Compact overview of many Sencha Touch components with both a phone and tablet view.",
11 "status": "updated"
12 },
13 {
14 "text": "GeoCongress",
15 "url": "geocongress/index.html",
16 "iconLocation": "geocongress/resources/icons",
17 "device": "phone",
18 "desc": "Find information on your local Legislators",
19 "status": "updated"
20 },
21 {
22 "text": "O'Reilly",
23 "url": "oreilly/index.html",
24 "iconLocation": "oreilly/resources/icons",
25 "device": "phone",
26 "desc": "Sample conference application with a connection to remote backend data.",
27 "status": "updated"
28 },
29 {
30 "text": "Touch Tomatoes",
31 "url": "touchtomatoes/index.html",
32 "iconLocation": "touchtomatoes/resources/icons",
33 "device": "phone",
34 "desc": "Rotten Tomatoes application featuring Intro Overlay, JSONP and AJAX Search.",
35 "status": "new"
36 },
37 {
38 "text": "TouchStyle",
39 "url": "touchstyle/index.html",
40 "iconLocation": "touchstyle/resources/icons",
41 "device": "phone",
42 "desc": "Example of dynamic carousel and device profiles",
43 "status": "new"
44 }
45 ]
46 },
47
48
49 {
50 "title": "Drawing/Charting Examples",
51 "items": [
52 {
53 "text": "Stock Chart",
54 "url": "stockapp/index.html",
55 "iconLocation": "stockapp/resources/icons",
56 "device": "phone",
57 "desc": "A demo of a stock market chart application."
58 },
59 {
60 "text": "2010 Census",
61 "url": "states/index.html",
62 "iconLocation": "states/resources/icons",
63 "device": "tablet",
64 "desc": "A demo to visualize 2010 Census."
65 },
66 {
67 "text": "US Energy",
68 "url": "energy/index.html",
69 "iconLocation": "energy/resources/icons",
70 "device": "phone",
71 "desc": "A demo of energy consumption/production of The United States."
72 }
73 ]
74 },
75
76 {
77 "title": "Component Examples",
78 "items": [
79 {
80 "text": "Audio",
81 "url": "audio/index.html",
82 "iconLocation": "audio/resources/icons",
83 "device": "phone",
84 "desc": "Audio playback on mobile devices."
85 },
86 {
87 "text": "Carousel",
88 "url": "carousel/index.html",
89 "iconLocation": "carousel/resources/icons",
90 "device": "tablet",
91 "desc": "A component which allows you to swipe through pages."
92 },
93 {
94 "text": "Forms",
95 "url": "forms/index.html",
96 "iconLocation": "forms/resources/icons",
97 "device": "phone",
98 "desc": "A demo of some of the available form fields."
99 },
100 {
101 "text": "Forms (Toolbars)",
102 "url": "forms_toolbar/index.html",
103 "iconLocation": "forms_toolbar/resources/icons",
104 "device": "phone",
105 "desc": "A demo of fields within toolbars."
106 },
107 {
108 "text": "Icons",
109 "url": "icons/index.html",
110 "iconLocation": "icons/resources/icons",
111 "device": "tablet",
112 "desc": "Built-in icons for toolbars and tabbars."
113 },
114 {
115 "text": "List",
116 "url": "list/index.html",
117 "iconLocation": "list/resources/icons",
118 "device": "phone",
119 "desc": "Demo of the list component."
120 },
121 {
122 "text": "Horizontal List",
123 "url": "list-horizontal/index.html",
124 "iconLocation": "list-horizontal/resources/icons",
125 "device": "phone",
126 "desc": "Demo of a horizontal list component."
127 },
128 {
129 "text": "Search List",
130 "url": "list-search/index.html",
131 "iconLocation": "list-search/resources/icons",
132 "device": "phone",
133 "desc": "Demo of a searchable list component."
134 },
135 {
136 "text": "Maps",
137 "url": "map/index.html",
138 "iconLocation": "map/resources/icons",
139 "device": "phone",
140 "desc": "A simple demo of the Google Maps component."
141 },
142 {
143 "text": "Nested List",
144 "url": "nestedlist/index.html",
145 "iconLocation": "nestedlist/resources/icons",
146 "device": "phone",
147 "desc": "A miller column interface allowing you to display tree-based data."
148 },
149 {
150 "text": "Navigation View",
151 "url": "navigationview/index.html",
152 "iconLocation": "navigationview/resources/icons",
153 "device": "phone",
154 "desc": "A stack based component which allows you to navigate through views."
155 },
156 {
157 "text": "Overlays",
158 "url": "overlays/index.html",
159 "iconLocation": "overlays/resources/icons",
160 "device": "tablet",
161 "desc": "Examples of overlay windows."
162 },
163 {
164 "text": "Date Picker",
165 "url": "picker/index.html",
166 "iconLocation": "picker/resources/icons",
167 "device": "phone",
168 "desc": "An example of the Date Picker component"
169 },
170 {
171 "text": "Tabs",
172 "url": "tabs/index.html",
173 "iconLocation": "tabs/resources/icons",
174 "device": "phone",
175 "desc": "The simplest tabbar."
176 },
177 {
178 "text": "Tabs (Bottom)",
179 "url": "tabs2/index.html",
180 "iconLocation": "tabs2/resources/icons",
181 "device": "tablet",
182 "desc": "A demo of a bottom tabbar."
183 },
184 {
185 "text": "Toolbars",
186 "url": "toolbars/index.html",
187 "iconLocation": "toolbars/resources/icons",
188 "device": "tablet",
189 "desc": "Overview of all kinds of different buttons."
190 },
191 {
192 "text": "Video",
193 "url": "video/index.html",
194 "iconLocation": "video/resources/icons",
195 "device": "phone",
196 "desc": "Video playback on mobile devices."
197 }
198 ]
199 },
200 {
201 "title": "Utility Examples",
202 "items": [
203 {
204 "text": "AJAX",
205 "url": "ajax/index.html",
206 "iconLocation": "ajax/resources/icons",
207 "device": "phone",
208 "desc": "Loading data through JSONP and XMLHttpRequest."
209 },
210 {
211 "text": "YQL",
212 "url": "yql/index.html",
213 "iconLocation": "yql/resources/icons",
214 "device": "phone",
215 "desc": "Yahoo! Query Language example."
216 }
217 ]
218 },
219 {
220 "title": "Plugins",
221 "items": [
222 {
223 "text": "Pull to Refresh & Load More",
224 "url": "pullrefresh/index.html",
225 "iconLocation": "pullrefresh/resources/icons",
226 "device": "phone",
227 "desc": "A demo of the Pull to Refresh and Load More plugins."
228 }
229 ]
230 }
231 ]