Blue panel

  1. #1

    Blue panel



    Hi,

    My question maybe a funny.. but I can't make a panel with blue background..

    So.. I have a East panel with TabPanel and FormLayout...

    My panel is always white.... but on example..I'v seen it light blue.. how can I change background from white to light blue?

    Thanks

    
    *             <east collapsible="true" split="true">
    *                   <ext:Panel runat="server" Title="Options" Width="300"><body><ext:FitLayout 
    *                   runat="server" EnableTheming="True" IDMode="Legacy"><ext:TabPanel 
    *                           ID="TabPanel1" 
    *                           runat="server" 
    *                           ActiveTabIndex="1" 
    *                           Border="false" 
    *                           TabPosition="Bottom" 
    *                           Title="Title"><tabs><ext:Tab runat="server" 
    *                       Title="Document 
    *                       Information" AutoScroll="true" 
    *                       AutoHeight="true" 
    *                       BodyStyle="padding:10px;">
    *                       <Body><ext:FormLayout ID="FormLayout1" runat="server"  ><ext:Anchor><ext:TextField 
    *                                           ID="txtExpiration" 
    *                                           runat="server" 
    *                                           FieldLabel="Expiration" 
    *                                           Width="150"
    *                                           ReadOnly="true" 
    *                                           /></ext:Anchor><ext:Anchor><ext:TextField 
    *                                           ID="txtSignature" 
    *                                           runat="server" 
    *                                           FieldLabel="Signature" 
    *                                           Width="150"
    *                                           ReadOnly="true" 
    *                                           /></ext:Anchor></ext:FormLayout></Body></ext:Tab><ext:Tab runat="server" 
    *                       Title="Additional..."><body>
    *                       <uc3:DataFilterControl ID="DataFilterControl1" runat="server" OnOnSetFilter="mmks_setfilter" />
    *                       </body></ext:Tab></tabs></ext:TabPanel></ext:FitLayout></body></ext:Panel>
    *               </east>
    *
  2. #2

    RE: Blue panel

    Hi,

    Try to use BodyStyle property


    BodyStyle="background-color:blue;"*
  3. #3

    RE: Blue panel

    Super!


    Thank you very much! :)

    *

Similar Threads

  1. How to change blue style
    By jmroyb in forum 1.x Help
    Replies: 3
    Last Post: Jan 25, 2013, 4:36 AM
  2. Replies: 1
    Last Post: Oct 26, 2012, 8:52 AM
  3. Replies: 8
    Last Post: Apr 01, 2010, 6:25 PM
  4. Auto Resize Panel in ViewPort on client-side Panel.AutoLoad
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Dec 03, 2008, 3:27 PM
  5. [CLOSED] Auto Resize of North Panel in ViewPort on Panel.AutoLoad
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 19, 2008, 12:13 AM

Posting Permissions