[CLOSED] [1.0] BorderLayout

  1. #1

    [CLOSED] [1.0] BorderLayout

    Hey guys.

    Have a question about the BorderLayout. I have a Center and and East layout. The east region has a light blue background as default.


    How do I remove that blue background for that region in the Expanded and non-expanded modes?


    Thanks.


  2. #2

    RE: [CLOSED] [1.0] BorderLayout

    Hi,

    By default regon has blue background. Region is just panel which you defined (panel's body has white background by default)


    Did you set Frame="true" for the East panel?
  3. #3

    RE: [CLOSED] [1.0] BorderLayout

    Yes. That didn't take the blue background out. It rounded the corners a bit, but the blue background remained.
  4. #4

    RE: [CLOSED] [1.0] BorderLayout

    Hi,

    Frame="true" set that background. You have to remove that property
    For example, please see the following sample
    https://examples1.ext.net/#/Layout/B...lex_in_Markup/


    It doesn't have any background color in the East region
  5. #5

    RE: [CLOSED] [1.0] BorderLayout

    Well, the panel itself doesn't have a blue background. But the "outside" of the panel has a blue background.

    I've included a screenshot of the blue background where the splitter is when the East panel is expanded.
  6. #6

    RE: [CLOSED] [1.0] BorderLayout

    Hi,

    1. Set Cls="plain-border" for the container which has border layout
    2. Add the following css rule to the page
    <style type="text/css">
            .plain-border .x-border-layout-ct{
                background: white;
            }
        </style>
  7. #7

    RE: [CLOSED] [1.0] BorderLayout



    This worked!

    Thanks.

Similar Threads

  1. Replies: 0
    Last Post: Apr 19, 2012, 3:52 PM
  2. Replies: 1
    Last Post: Jun 08, 2010, 12:51 AM
  3. [CLOSED] BorderLayout and resizing
    By Riset in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 26, 2009, 6:37 AM
  4. BorderLayout on BorderLayout do not render
    By nanosassa in forum 1.x Help
    Replies: 1
    Last Post: Apr 22, 2009, 4:05 PM
  5. [CLOSED] BorderLayout Bug
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 01, 2009, 2:51 PM

Posting Permissions