[CLOSED] [1.0] Panel Frame

  1. #1

    [CLOSED] [1.0] Panel Frame

    I have a Panel that is set to Frame="true" and this panel contains a GridPanel.

    By default, the GridPanel isn't showing a border, even if I set the border="true." Is there a way to force the GridPanel to show it's border even when it's a child item of a Panel with Frame="true"?


    Thanks.
  2. #2

    RE: [CLOSED] [1.0] Panel Frame

    Hi,

    Yes, frame style drops border css rules


    What about to set Cls="show-border" to the grid and add the following css rule to the page?


    <style type="text/css">
            .show-border .x-panel-body{
                border : 1px solid #99bbe8;
                border-top:0px;
            }
        </style>
  3. #3

    RE: [CLOSED] [1.0] Panel Frame



    This worked!

    Thanks.

Similar Threads

  1. [CLOSED] Panel Frame Style - Set Background and Font
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 11, 2011, 4:26 PM
  2. Replies: 0
    Last Post: May 28, 2009, 2:33 PM
  3. Replies: 0
    Last Post: Jan 25, 2009, 4:36 AM
  4. Panel with Frame true doesn't render at all
    By sz_146 in forum 1.x Help
    Replies: 2
    Last Post: Dec 02, 2008, 11:48 AM
  5. Replies: 0
    Last Post: Aug 28, 2008, 5:09 PM

Tags for this Thread

Posting Permissions