-
30 Dec 2011 12:27 PM #1
FireEvent in Controllers
FireEvent in Controllers
I want to fire an event from one controller and listen to it in another? I found one example in the forums but that was using getBubbleTarget and I could not find that in the docs, here is the thread:
http://www.sencha.com/forum/showthre...ight=fireEvent
controllerA:
-looking for this code?
controllerB:
Code:init: function() { this.on('popup', function(){ console.log('Popup was fired'); }) }
-
30 Dec 2011 12:38 PM #2
I just updated my thread with an easier solution.
-
30 Dec 2011 12:42 PM #3
Perfect!
Perfect!
Thanks, I was just missing the application!


Reply With Quote