[CLOSED] Custom Theming - Multicombo CSS Missing

  1. #1

    [CLOSED] Custom Theming - Multicombo CSS Missing

    I'm creating a new thread for a new issue I'm running into with creating a new custom theme based on the Neptune theme -- Please let me know if you'd prefer to consolidate all issues into a single thread.

    I have my custom theme setup in my Ext.NET application. One thing that isn't working is the MultiCombo boxes. Specifically the CSS rules for x-mcombo-item-unchecked and x-mcombo-item-checked and maybe others are missing. I am not sure, but I think these may be Ext.NET specific CSS rules, because I can't find them anywhere in the ExtJS source. Do you have any suggestions on how I can include the necessary CSS rules that are missing from my ExtJS generated theme?

    In the Ext.NET source, I see the following rule that I could potentially include in my application:

    .x-mcombo-item-checked {
        background-image: url(../images/grid/neptune/checked.png);
        background-position: 1px 3px;
    }
    But, I don't understand where that image is located, and how to fix the path in relation to the location of the CSS file.

    Thanks.
    Last edited by Daniil; Oct 10, 2014 at 7:44 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi @tylert,

    Yes, Ext.NET adds its own CSS layer for his own needs like the MultiCombo component.

    All the CSS-related Ext.NET sources you can find in this folder:
    http://svn.ext.net/premium/trunk/Ext...net/resources/

    "extnet-all-...css" files is a combined version of all the individual CSS files.

    I think you can take such the file, change it as your theme requires and maybe just append to the ExtJS theme file or attach as a separate file, whatever.
  3. #3
    Thanks, it worked!

Similar Threads

  1. [CLOSED] [#578] Custom Theming - JavaScript Overrides
    By tylert in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 22, 2014, 8:18 AM
  2. [CLOSED] Custom ExtJS Theming
    By tylert in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 10, 2014, 8:08 PM
  3. Replies: 6
    Last Post: Sep 23, 2013, 1:21 PM
  4. Help with Custom trigger on MultiCombo
    By joao.msdn in forum 1.x Help
    Replies: 1
    Last Post: Mar 09, 2011, 3:34 PM
  5. [CLOSED] alignTo not working when doing custom theming
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 05, 2009, 5:21 PM

Tags for this Thread

Posting Permissions