Set default theme to slate

  1. #1

    Set default theme to slate

    Hi,


    How can a set theme to Slate by default for all controls in website?

    Thanks,

    Samera
  2. #2

    Set on web.config

    <configuration>
        <configSections>
            <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false"/>
        </configSections>
        <extnet gzip="true" cleanResourceUrl="false" theme="Slate"/>
        
        <connectionStrings>
         ...
        </connectionStrings>
    </configuration>
    Last edited by geoffrey.mcgill; Aug 18, 2011 at 2:59 AM. Reason: please use [CODE] tags

Similar Threads

  1. [CLOSED] [#107] Problem with Slate Theme
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 29, 2012, 8:08 AM
  2. [CLOSED] where is the slate theme
    By RCM in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 07, 2012, 7:10 PM
  3. [CLOSED] Slate Theme Missing v1.0
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 04, 2010, 4:02 AM
  4. Slate theme gridcommand
    By Richardt in forum 1.x Help
    Replies: 2
    Last Post: Sep 18, 2009, 11:11 AM
  5. Replies: 1
    Last Post: Nov 25, 2008, 7:51 AM

Posting Permissions