UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

14 lines (10 loc) 257 B
Ext.define('KitchenSink.store.Countries', { extend: 'Ext.data.Store', alias: 'store.countries', model: 'KitchenSink.model.tree.Country', proxy: { type: 'ajax', reader: 'json', url: '/KitchenSink/Country' } });