[CLOSED] Prevent loading of ext-all.css and not load any theme

  1. #1

    [CLOSED] Prevent loading of ext-all.css and not load any theme

    We are using a completely custom theme which makes lots and lots of changes to ext-all.css, as well as we do not want any of Gray, Slate or Access themes to be loaded on the page.

    If I put my css files after the Ext.Net <link> tags, my styles would override the default Ext styles. But that would mean redundant resources are loaded on the web page that are not actually used.

    Is it possible to ask Ext.Net to not load ext-all.css and the current theme css file at all? I know one option is to modify the toolkit source and either remove putting those tags on the page, or add our custom theme to the toolkit itself.
    But I would prefer some way of doing it without having to modify the toolkit source itself (which obviously always remains as the last solution).
    Last edited by Daniil; Aug 08, 2011 at 9:14 AM. Reason: [CLOSED]
  2. #2
    Okay I think I figured it out, RenderStyles="None". Let me check it out.
  3. #3
    Okay I think RenderStyles="None" would do it for me. RenderStyles="File" is also useful, but we have our own folder hierarchy and would not like to change it.
    Ext.Net team has put some serious thought into the toolkit, kudos :)
  4. #4
    Hi @r_honey,

    So, can we mark the thread as closed?
  5. #5
    Quote Originally Posted by Daniil View Post
    Hi @r_honey,

    So, can we mark the thread as closed?
    Sure, please...

Similar Threads

  1. [ Initial Page Start Loading (Mask Load) ]
    By iDevSEO in forum 1.x Help
    Replies: 2
    Last Post: Dec 29, 2011, 1:15 PM
  2. Replies: 4
    Last Post: Nov 03, 2011, 6:46 PM
  3. Loading Error while window.load javascript.
    By lazycoder in forum 1.x Help
    Replies: 2
    Last Post: Aug 20, 2009, 5:13 AM
  4. Replies: 2
    Last Post: Dec 22, 2008, 6:08 AM
  5. Replies: 1
    Last Post: Nov 25, 2008, 7:51 AM

Posting Permissions