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 8453509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:47:35+00:00 2026-06-10T11:47:35+00:00

I am trying to set up my ExtJS 4 project so I have three

  • 0

I am trying to set up my ExtJS 4 project so I have three top level applications, for example,

/foo/app.js
/bar/app.js
/baz/app.js

Each ‘top level’ application is a separate ExtJS application, each with their own loaders. There are some cases were I will have general components that I want to share between all three applications, so I have /components top level directory.

If I have a component name say ComponentA,

/components/componenta.js

How would I go about getting ComponentA into all three applications, so it could referenced or extended by the individual application?

  • 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-06-10T11:47:37+00:00Added an answer on June 10, 2026 at 11:47 am

    You can add this same loader into each of the applications app.js file.

    Ext.Loader.setPath('Common', '../components/');
    

    Then give your common components the same namespace when you define them and place them in the components top level folder.

    componenta.js

    Ext.define('Common.componenta', {
        extend: 'Ext.panel.Panel',
        title: 'Component A'
    });
    

    Then the Common namespace will be available for you to extend in each application

    Ext.define('Foo.panel', {
        extend: 'Common.componenta',
        title: 'Foo Panel'
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to set up a baisc calendar example to play around
I'm using Extjs 3.4. When some details are loaded, I'm trying to set some
Trying to set up a new project, and running into a weird issue. I
Trying to set up Cancan within an app of mine and having trouble with
I'm trying to implement a TinyMCE plugin with ExtJs, with a demo as example,
Im trying to set my tabs as a scrollbar. I have 6 tabs but
I'm trying to set up an Extensible Calendar Pro in my ExtJs 4.1 application,
I'm trying to create simple ExtJs application that manages Users and User's Roles. Set
Trying to set up a cassandra cluster, but it tells me that I have
I am trying to display data in an ExtJS grid. I have it mostly

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.