extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
123 lines • 2.43 kB
JSON
[
{
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'
},
{
// duplicate Kiva app as an example so something happens when type is the secondary sort in the multisort example
name: 'Kiva app',
thumb: 'kiva.png',
url: 'kiva',
type: 'Example'
},
{
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'
}
]