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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T13:09:02+00:00 2026-05-15T13:09:02+00:00

I am trying to do something like this: : : ..:…………………………………………..:.. :B <center>B</center> B:

  • 0

I am trying to do something like this:

  :                                                  :
..:..................................................:..
  :B               <center>B</center>               B:
  :                                                  :
  :   Sed et velit sit amet eros pulvinar auctor.    :
  :   Integer tristique facilisis velit, vitae       :
  :   rhoncus neque auctor sit amet. Ut              :
  :   condimentum porta ipsum, eu luctus quam        :
  :B  tincidunt ut. Sed id dolor eros. Aenean       B:
  :   semper volutpat leo, vel euismod tellus        :
  :   feugiat vitae. Aenean varius, ipsum eu         :
  :   fringilla tincidunt, leo nunc feugiat          :
  :   neque, vitae imperdiet sapien orci ut ipsum.   :
  :                                                  :
  :B               <center>B</center>               B:
..:..................................................:..
  :                                                  :

The B‘s are small buttons, not identical but very similar in size.

I want to put this inside an Ext.Window which is resizable, and thus it needs to be able to scale accordingly. The UI feeling should be that the buttons are glued to the sides of the window frame – thus the window appears as a normal Ext.Window with buttons at the edges.

I have tried doing this using <div>‘s combined with relative and absolute positioning, float‘ing and the four left, right, bottom and top positioning.

But my combinations so far haven’t done the trick.

  • 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-15T13:09:02+00:00Added an answer on May 15, 2026 at 1:09 pm

    You should take a look at the anchor and hbox layout.

    I think it would a little be tricky but if you use more than one panel it should be possible

    A possibility would be to use the hbox layout and make 3 panels

    The window would have a anchor layout, so you can make the three subpanel resize depending on the window. The subpanel would have hbox layout and the central cell with the flex:1.

    You should take a loot at the layout manager and try to combine the layouts to make what you need.

    make something like this

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +
    + +                  HBOX layout panel 1                           + +
    + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +
    + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +
    + +                  HBOX layout panel 1                           + +
    + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +
    + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +
    + +                  HBOX layout panel 2                           + +
    + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    

    In JavaScript it would give:

    {
        anchor: '100% 5%'
        layout: 'hbox'
        items:[ 
            {
               html: 'button',
               width: 50,
            },
            {
              html: 'button 2',
              flex: 1
            },
            {   
              html: 'button 3'.
              width: 50
            }
        ]
    },{
        anchor: '100% 90%'
        layout: 'hbox'
        items:[ 
            {
               html: 'button',
               width: 50,
            },
            {
              html: 'lorem ipsu some text',
              flex: 1
            },
            {   
              html: 'button 3'.
              width: 50
            }
        ]
    },{
        anchor: '100% 5%'
        layout: 'hbox'
        items:[ 
            {
               html: 'button',
               width: 50,
            },
            {
              html: 'button 2',
              flex: 1
            },
            {   
              html: 'button 3'.
              width: 50
            }
        ]
    }
    

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

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.