is to possible to attach custom events to the document’s body? I wanna implement a simple message bus. I did it many times with jQuery, but not sure how to do it in ExtJS.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need to attach the event to the body or any DOM element, I would rather attach them to a dedicated object.
Like :
And, somewhere in your code :
And, on another place :