Change color of the window?

  1. #1

    Change color of the window?

    Hi Experts!<br class="webkit-block-placeholder">
    How can I change color of the window panel?
    <br class="webkit-block-placeholder">
    <br class="webkit-block-placeholder">
  2. #2

    RE: Change color of the window?

    Hi ensoph,

    Do you want to change the background-color of the content area? or the color of the border/title wrapper?

    If the background-color, try setting the BodyStyle property to something like the following...

    BodyStyle = "background-color: yellow;"
    If you want to change color of the Window border/title, then you will have to apply a new Theme. At the moment we only include the "Gray" Theme, although the following forum post provides some information on downloading other community Ext Theme's and changing the Default Theme.

    http://forums.ext.net/showthread.php...id=12-4-1.aspx

    With the latest version 0.4.1 (or higher) build, you can now set the Theme at the Page level by using the "Theme" property on the ScriptManager.

    Example

    <cool:ScriptManager Theme="Gray" ID="ScriptManager1" runat="server" />
    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3

    RE: Change color of the window?

    thank you very much.

Similar Threads

  1. [CLOSED] window color change
    By majestic in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 31, 2012, 8:06 AM
  2. change color
    By oseqat in forum 1.x Help
    Replies: 10
    Last Post: Aug 29, 2011, 5:44 PM
  3. how to change grouptab color
    By archana mahadule in forum 1.x Help
    Replies: 1
    Last Post: Jan 13, 2011, 12:29 PM
  4. [CLOSED] How to change window frame color
    By SFritsche in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 24, 2010, 6:59 PM
  5. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM

Posting Permissions