UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines (8 loc) 190 B
Ext.define('Calendar.store.Remote', { extend: 'Ext.calendar.store.Calendars', alias: 'store.calendar-remote', proxy: { type: 'ajax', url: '/Calendars' } });