[CLOSED] New Theme

  1. #1

    [CLOSED] New Theme

    I created a new theme Red theme in the web.config and put the code below


    <pages theme="Red"> 
    </ pages>

    and in some page I want to run the Default theme, I put in ResourceManager Theme Gray so he is still running Red


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

    what should I do to a certain page has a different theme?

    Ulisses
    Attached Thumbnails Click image for larger version. 

Name:	Tela1.png 
Views:	69 
Size:	20.5 KB 
ID:	13451   Click image for larger version. 

Name:	tela2.png 
Views:	64 
Size:	57.0 KB 
ID:	13461  
    Last edited by Daniil; Jul 15, 2014 at 1:03 PM. Reason: [CLOSED]
  2. #2
    Hi @ucaneto,

    This
    <pages theme="Red">
    doesn't set an Ext.NET theme, it is the native ASP.NET functionality. Ext.NET doesn't use it.

    So, to get rid of theme="Red" on a specific page I would try:
    <%@ Page Language="C#" EnableTheming="false" %>
  3. #3
    and as I would to use the native ext.net?
    Help me with this.
  4. #4

Similar Threads

  1. [CLOSED] Best way to theme your app?
    By jchau in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 10, 2013, 4:40 AM
  2. [CLOSED] Change theme of Gridpanel when theme is changed
    By pawangyanwali in forum 2.x Legacy Premium Help
    Replies: 13
    Last Post: May 22, 2013, 8:05 AM
  3. New Theme
    By satyadev in forum 2.x Help
    Replies: 0
    Last Post: Feb 22, 2013, 11:22 AM
  4. New Ex.Net Theme
    By jamalmellal in forum 2.x Help
    Replies: 3
    Last Post: Jan 22, 2013, 11:57 PM
  5. Replies: 0
    Last Post: Jun 08, 2009, 11:33 PM

Posting Permissions