[CLOSED] Themes For Ext.Net controls

  1. #1

    [CLOSED] Themes For Ext.Net controls

    Hi,

    i m using Ext.net V2.0.

    i want to know that is there any other theme (color scheme) available for ext.net controls..? if yes , then where can i get the list and how can i set it..
    Last edited by Daniil; May 13, 2013 at 2:19 PM. Reason: [CLOSED]
  2. #2
    Hi @hemantpatil,

    There is the three theme available in Ext.NET v2.o release - Classic (blue), Gray and Access.

    A new Neptune theme has been incorporated to Ext.NET v2.2 release.

    It is all regarding built-in themes.

    It should not be a problem to use any third-party theme if you need.

    Also there is a possibility to create your own theme.
    http://docs.sencha.com/extjs/4.2.0/#!/guide/theming
    http://docs.sencha.com/extjs/4.2.0/#!/video/19159630
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @hemantpatil,

    There is the three theme available in Ext.NET v2.o release - Classic (blue), Gray and Access.

    A new Neptune theme has been incorporated to Ext.NET v2.2 release.

    It is all regarding built-in themes.

    It should not be a problem to use any third-party theme if you need.

    Also there is a possibility to create your own theme.
    http://docs.sencha.com/extjs/4.2.0/#!/guide/theming
    http://docs.sencha.com/extjs/4.2.0/#!/video/19159630
    Thanks Daniil,

    can you please tell me, how can i set these themes to the controls. (example will be preferable)
  4. #4
    Via a ResourceManager's Theme property.
    <ext:ResourceManager runat="server" Theme="Access" />
    or in Web.config
    <extnet theme="Gray" />
    Examples Explorers have the Theme setting, see the screenshot.
    Click image for larger version. 

Name:	Theme.png 
Views:	50 
Size:	74.4 KB 
ID:	6201
  5. #5
    Quote Originally Posted by Daniil View Post
    Via a ResourceManager's Theme property.
    <ext:ResourceManager runat="server" Theme="Access" />
    or in Web.config
    <extnet theme="Gray" />
    Examples Explorers have the Theme setting, see the screenshot.
    Click image for larger version. 

Name:	Theme.png 
Views:	50 
Size:	74.4 KB 
ID:	6201
    Thanks Daniil,

    you can now close the thread..

Similar Threads

  1. asp.net themes for controls inside a partial view
    By rsaldanhabr in forum 1.x Help
    Replies: 1
    Last Post: Aug 10, 2011, 8:05 AM
  2. What about new Themes?
    By Tanielian in forum 1.x Help
    Replies: 2
    Last Post: Sep 03, 2010, 6:42 PM
  3. about themes
    By kiran malgi in forum 1.x Help
    Replies: 2
    Last Post: Mar 06, 2010, 12:35 AM
  4. [CLOSED] switching themes on controls
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 17, 2009, 5:12 AM
  5. [CLOSED] ASP Controls and Coolite Themes
    By CMA in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 17, 2009, 1:17 PM

Tags for this Thread

Posting Permissions