I've been using ExtJS for awhile but am now trying to convert my projects to properly use the MVC style they recommend.
I have a view and a controller. I'm trying to declare an event listener for boxready to call a controller method. This is not working when I declare the listener inside initComponent
- it says it can't find the method in my view when I'm expecting it to look for the method in my controller.
See jsFiddle here for example (relevant code is in MyPanel.js): senchafiddle