Hello All,
I have event calender of ExtJS4 MVC. I am loading all events from store load. All is working fine. But once I close window and reopen it, and try to load calender from store it throws me error. I am really helpless on it.
Please help me if anyone have some ideas.
1. My calender is in window.
2. I load event from
Code:
Ext.getCmp('app-calendar').eventStore.load();
3. After close and reopen window, I tried to load calander it throws me error
Code:
TypeError: el is null
May be because of I remove component and reload this.
Code:
{
xtype: 'calendarpanel',
flex: 1,
id: 'app-calendar',
action: 'eventClicked',
height: parseInt(Ext.getBody().getViewSize().height * (0.80)),
eventStore: Ext.getStore('path.Store'),
// eventStore: me.eventStore,
// calendarStore: this.calendarStore,
border: false
}
Pls let me know if any query on question