ExtJS。无法使用 ExtJS 6 GPL 构建日历应用程序
ExtJS. Can not buld calendar app with ExtJS 6 GPL
在 sencha 应用程序构建中加薪
com.sencha.exceptions.ExNotFound: Unknown definition for dependency :
Ext.calendar.store.Calendars
JS代码
Ext.define('keybook.store.Remote', {
extend: 'Ext.calendar.store.Calendars',
alias: 'store.calendar-remote',
proxy: {
type: 'ajax',
url: '/Calendars'
}
});
日历是 Ext JS Enterprise 的一部分。
在 sencha 应用程序构建中加薪
com.sencha.exceptions.ExNotFound: Unknown definition for dependency : Ext.calendar.store.Calendars
JS代码
Ext.define('keybook.store.Remote', {
extend: 'Ext.calendar.store.Calendars',
alias: 'store.calendar-remote',
proxy: {
type: 'ajax',
url: '/Calendars'
}
});
日历是 Ext JS Enterprise 的一部分。