Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / view / chooser / icons.json
diff --git a/examples/view/chooser/icons.json b/examples/view/chooser/icons.json
new file mode 100644 (file)
index 0000000..10bf295
--- /dev/null
@@ -0,0 +1,116 @@
+[
+    {
+        name: 'Kitchen Sink',
+        thumb: 'sink.png',
+        url: 'kitchensink',
+        type: 'Application'
+    },
+    {
+        name: 'Twitter app',
+        thumb: 'twitter.png',
+        url: 'twitter',
+        type: 'Application'
+    },
+    {
+        name: 'Kiva app',
+        thumb: 'kiva.png',
+        url: 'kiva',
+        type: 'Application'
+    },
+    {
+        name: 'Geocongress',
+        thumb: 'geocongress.png',
+        url: 'geocongress',
+        type: 'Application'
+    },
+    {
+        name: 'AJAX',
+        thumb: 'ajax.png',
+        url: 'ajax',
+        type: 'Example'
+    },
+    {
+        name: 'Carousel',
+        thumb: 'carousel.png',
+        url: 'carousel',
+        type: 'Example'
+    },
+    {
+        name: 'Drag & Drop',
+        thumb: 'DnD.png',
+        url: 'dragdrop',
+        type: 'Example'
+    },
+    {
+        name: 'Forms',
+        thumb: 'forms.png',
+        url: 'forms',
+        type: 'Example'
+    },
+    {
+        name: 'Guide',
+        thumb: 'guide.png',
+        url: 'guide',
+        type: 'Example'
+    },
+    {
+        name: 'Icons',
+        thumb: 'icons.png',
+        url: 'icons',
+        type: 'Example'
+    },
+    {
+        name: 'Map',
+        thumb: 'map.png',
+        url: 'map',
+        type: 'Example'
+    },
+    {
+        name: 'Nested List',
+        thumb: 'nestedList.png',
+        url: 'nestedlist',
+        type: 'Example'
+    },
+    {
+        name: 'Overlays',
+        thumb: 'overlays.png',
+        url: 'overlays',
+        type: 'Example'
+    },
+    {
+        name: 'Picker',
+        thumb: 'picker.png',
+        url: 'picker',
+        type: 'Example'
+    },
+    {
+        name: 'Sortable',
+        thumb: 'sortable.png',
+        url: 'sortable',
+        type: 'Example'
+    },
+    {
+        name: 'Tabs',
+        thumb: 'tabs.png',
+        url: 'tabs',
+        type: 'Example'
+    },
+    {
+        name: 'Tabs 2',
+        thumb: 'tabs2.png',
+        url: 'tabs2',
+        type: 'Example'
+    },
+    {
+        name: 'Toolbars',
+        thumb: 'toolbars.png',
+        url: 'toolbars',
+        type: 'Example'
+    },
+    {
+        name: 'YQL',
+        thumb: 'yql.png',
+        url: 'yql',
+        type: 'Example'
+    }
+]
\ No newline at end of file