Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3721652
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T05:37:48+00:00 2026-05-19T05:37:48+00:00

is to possible to attach custom events to the document’s body? I wanna implement

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T05:37:50+00:00Added an answer on May 19, 2026 at 5:37 am

    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 :

    MyApp.MessageBus = Ext.extend(Ext.util.Observable, {
    
      // I don't think it's necessary to declare all events
      events : {
        sayHello : true
      }
    
    
    });
    
    MsgBus = new MyApp.MessageBus();
    

    And, somewhere in your code :

    MsgBus.on('sayHello', function(who) { alert("Hello, " + who); });
    

    And, on another place :

    MsgBus.fireEvent('sayHello', 'innerJL');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is possible to make own help message or attach own event on help option
Is it possible to attach a file using mailto: redirect in javascript? Something like
When I started iPhone development, I read somewhere that it's possible to attach a
Using Xcode 3.1 on OSX 10.5; is it possible to attach (the debugger) to
I was wondering if it is possible to not attach Excel sheet if it
Is it possible to create a EBS volume from and attach it to the
I have a question about creating and managing events inside an ascx custom web
Is it possible to attach once in native, then open second VStudio window and
I am wondering if it would be possible to attach a tooltip to the
I'm thinking about making a simple web application to practice custom tags, EL, ...

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.