[CLOSED] Default theme not being picked up (Razor Views)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Default theme not being picked up (Razor Views)

    It appears that the default them specified in the web.config is not picked up when using razor views? The config line I'm using is:

    <extnet idMode="Explicit" initScriptMode="Linked" scriptMode="Debug" theme="Gray"/>
    however the specified theme only works when explicitly specified in each page:

    @(Html.X().ResourceManager()
            .Theme(Theme.Gray)
         )
    Not sure if this is a bug or something I'm doing wrong...
    Last edited by Daniil; Mar 07, 2012 at 8:25 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] [Razor] using partial views
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 25, 2012, 9:40 AM
  2. [CLOSED] Listeners for Tree Panel (Razor Views)
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 24
    Last Post: Apr 04, 2012, 7:56 AM
  3. [CLOSED] combobox list config not available in razor views
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 03, 2012, 2:54 PM
  4. [CLOSED] Razor and Ext.Net base and partial views
    By boris in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 01, 2012, 3:45 PM
  5. Access Theme views
    By amitpareek in forum Open Discussions
    Replies: 10
    Last Post: Apr 12, 2010, 5:04 PM

Posting Permissions