UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

18 lines (14 loc) 363 B
Ext.define('KitchenSink.store.RemoteStates', { extend: 'Ext.data.Store', alias: 'store.remote-states', model: 'KitchenSink.model.State', storeId: 'remote-states', proxy: { type: 'ajax', url: 'data/form/states_remote.php', reader: { type: 'array', rootProperty: 'data' } } });