UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

16 lines (11 loc) 282 B
Ext.define('KitchenSink.store.CountryStates', { extend: 'Ext.data.Store', alias: 'store.country-states', model: 'KitchenSink.model.State', pageSize: 0, proxy: { type: 'ajax', reader: 'json', url: '/KitchenSink/CountryState' } });