[CLOSED] change theme

  1. #1

    [CLOSED] change theme

    how I can change the theme of my application?

    I have the default theme but I want the gray theme

    please, i need

    thanks!
    Last edited by Baidaly; Apr 15, 2013 at 10:34 PM. Reason: [CLOSED]
  2. #2
    Hello!

    If you want to globally in Web.config:
    https://examples2.ext.net/#/Getting_...le_Web.config/

    If you want to change theme only for one page you can use ResourceManager on the page:

    <ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Gray" />
    Last edited by Daniil; Apr 18, 2013 at 6:29 AM.
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    If you want to globally in Web.config:
    https://examples2.ext.net/#/Getting_...le_Web.config/

    If you want to change theme only for one page you can use ResourceManager on the page:

    <ext:ResourceManager ID="ResourceManager1" runat="server"heme="Gray" />

    ok, thanks!
    Last edited by Daniil; Apr 18, 2013 at 6:30 AM.

Similar Threads

  1. Problem about change theme
    By zhangsir199 in forum 1.x Help
    Replies: 0
    Last Post: Aug 21, 2010, 8:13 AM
  2. Change GridPanel theme
    By Dominik in forum 1.x Help
    Replies: 7
    Last Post: Apr 15, 2010, 5:19 AM
  3. Replies: 0
    Last Post: Jun 08, 2009, 11:33 PM
  4. Change theme in run time
    By flaviodamaia in forum 1.x Help
    Replies: 0
    Last Post: May 19, 2009, 5:41 PM
  5. How to change theme on v0.7?
    By jachnicky in forum 1.x Help
    Replies: 0
    Last Post: Dec 22, 2008, 10:02 PM

Posting Permissions