]> git.proxmox.com Git - extjs.git/blob - extjs/build/examples/kitchensink/data/sencha-touch-examples.json
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / kitchensink / data / sencha-touch-examples.json
1 [
2 {
3 name: 'Kitchen Sink',
4 thumb: 'sink.png',
5 url: 'kitchensink',
6 type: 'Application'
7 },
8 {
9 name: 'Twitter app',
10 thumb: 'twitter.png',
11 url: 'twitter',
12 type: 'Application'
13 },
14 {
15 name: 'Kiva app',
16 thumb: 'kiva.png',
17 url: 'kiva',
18 type: 'Application'
19 },
20 {
21 // duplicate Kiva app as an example so something happens when type is the secondary sort in the multisort example
22 name: 'Kiva app',
23 thumb: 'kiva.png',
24 url: 'kiva',
25 type: 'Example'
26 },
27 {
28 name: 'Geocongress',
29 thumb: 'geocongress.png',
30 url: 'geocongress',
31 type: 'Application'
32 },
33 {
34 name: 'AJAX',
35 thumb: 'ajax.png',
36 url: 'ajax',
37 type: 'Example'
38 },
39 {
40 name: 'Carousel',
41 thumb: 'carousel.png',
42 url: 'carousel',
43 type: 'Example'
44 },
45 {
46 name: 'Drag & Drop',
47 thumb: 'DnD.png',
48 url: 'dragdrop',
49 type: 'Example'
50 },
51 {
52 name: 'Forms',
53 thumb: 'forms.png',
54 url: 'forms',
55 type: 'Example'
56 },
57 {
58 name: 'Guide',
59 thumb: 'guide.png',
60 url: 'guide',
61 type: 'Example'
62 },
63 {
64 name: 'Icons',
65 thumb: 'icons.png',
66 url: 'icons',
67 type: 'Example'
68 },
69 {
70 name: 'Map',
71 thumb: 'map.png',
72 url: 'map',
73 type: 'Example'
74 },
75 {
76 name: 'Nested List',
77 thumb: 'nestedList.png',
78 url: 'nestedlist',
79 type: 'Example'
80 },
81 {
82 name: 'Overlays',
83 thumb: 'overlays.png',
84 url: 'overlays',
85 type: 'Example'
86 },
87 {
88 name: 'Picker',
89 thumb: 'picker.png',
90 url: 'picker',
91 type: 'Example'
92 },
93 {
94 name: 'Sortable',
95 thumb: 'sortable.png',
96 url: 'sortable',
97 type: 'Example'
98 },
99 {
100 name: 'Tabs',
101 thumb: 'tabs.png',
102 url: 'tabs',
103 type: 'Example'
104 },
105 {
106 name: 'Tabs 2',
107 thumb: 'tabs2.png',
108 url: 'tabs2',
109 type: 'Example'
110 },
111 {
112 name: 'Toolbars',
113 thumb: 'toolbars.png',
114 url: 'toolbars',
115 type: 'Example'
116 },
117 {
118 name: 'YQL',
119 thumb: 'yql.png',
120 url: 'yql',
121 type: 'Example'
122 }
123 ]