X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/view/chooser/icons.json diff --git a/examples/view/chooser/icons.json b/examples/view/chooser/icons.json new file mode 100644 index 00000000..10bf2951 --- /dev/null +++ b/examples/view/chooser/icons.json @@ -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