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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:36:38+00:00 2026-06-13T07:36:38+00:00

Usually an accordion panel will expand the first child panel and the rest panels’

  • 0

Usually an accordion panel will expand the first child panel and the rest panels’ title will be stacked at the bottom. But for me there is no panels’ title visible in the bottom. its just empty. See the screen shot.

enter image description here

But I am actually have 3 form panels there.

Ext.create('Ext.container.Viewport', {
    layout: 'border',
    items: [{
        region: 'center',
        html: '<h3>Some text. Lorem ipsom?</h3>'
    },{
        region: 'east',
        layout: 'accordion',
    width: 300,
    items: [loginForm, regForm, passForm]
    }]
});

Why is this? how do I fix this?

I am using Ext 4.0.7. Full source can be found here.

  • 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-13T07:36:39+00:00Added an answer on June 13, 2026 at 7:36 am

    This is caused by the header div element. Normally viewport is rendered to document.body. If it finds any existing element it can not replace it. Rather it appends the output. So what happened here is 2 components/elements are rendered. First the existing header div and then the viewport. The header div takes some space on top of the viewport. This same space is then get invisible on viewport on the bottom. To solve it, put the existing elements html as a panel in viewport. Keep its region to north.

    Ext.create('Ext.container.Viewport', {
        layout: 'border',
        items: [{
                region: 'north',
                html: header.html // <------- Add html of `div#head` here
                height: 300  // <------- put a height too.
    
            },{
                region: 'center',
                html: '<h3>Some text. Lorem ipsom?</h3>'
            },{
                region: 'east',
                layout: 'accordion',
                width: 300,
                items: [
                        loginForm, regForm, passForm
                ]
            }]
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When a user clicks the Accordion Menu button it usually works. But, about 1
Usually I worked with PostgreSQL and never had a problem, but now I need
Sorry for the confusing title :P I'm sure I should know this but I
I usually don't need to ask Java questions, but I'm stuck more than ever
Input fields are usually associated to forms, but I would like to use them
Usually I prefer to write my own solutions for trivial problems because generally plugins
Usually, on twitter tweet button, if I don't specify data-text it take the page
Usually, as my code base grows, the functions recieve more and more arguments and
Usually in a django view you would do something like queryset = MyModel.objects.something() How
Usually (if not always), when jQuery allows you to add a callback to some

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.