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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:15:35+00:00 2026-05-23T07:15:35+00:00

In ExtJs3 I was able to use the fieldsets config property forceLayout . To

  • 0

In ExtJs3 I was able to use the fieldsets config property forceLayout. To force the fieldset to layout its items even when collapsed or hidden.
How can I achieve the same in ExtJs4?

  • 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-23T07:15:36+00:00Added an answer on May 23, 2026 at 7:15 am

    It doesn’t appear that there is a way to do this via component configuration any more. The reason is probably that in ExtJS 3 form fields had to be rendered into the DOM in order to have their values submitted along with the form. However one of the improvements in ExtJS 4 was that form fields are no longer tied to the DOM, so they don’t have to be rendered in order to get submitted (as long as you use the ExtJS form API to submit the form.) Therefore the forceLayout configuration shouldn’t be necessary.

    If you really need to force rendering for some reason, you could try doing something like:

    var fieldset = new Ext.form.FieldSet({
        renderTo: 'parent',
        collapsed: true,
        //...other configs
    });
    fieldset.getLayout().renderItems(); //force rendering of sub-items
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In extjs3.x I used the stores baseParams config property to specify parameters used to
I was successfully able to load grid columns dynamically in ExtJs3. However, I have
I'm developing a GXT application, and I've noticed that I'm not able to use
ExtJS has Ext.each() function, but is there a map() also hidden somewhere? I have
Hey, i need to be able to scroll my ExtJS grid to the current
I had a project that requires the use of Extjs as the frontend of
We are using ExtJS for a webapplication. In that application, we use the standard
In ExtJS version 3, there was a property grid in Ext.grid.RowSelectionModel and in version
I want to create a property grid like this: Ext JS Property Grid demo
I've been able to get ExtJS grids to create from external XML files. I

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.