Using Css in the all controls

  1. #1

    Using Css in the all controls

    Dears friends,

    How can i get the list with all variables to use for the change css style in the controls?

    Exemple: .x-column-header to change a column hearder properties from a grid
    .x-grid-cell-inner to change a inner cell properties
    .x-boundlist-item to change a properties from a combobox

    Thanks in advance,

    Gustavo Coelho
  2. #2
    Hello, if you open a page using Ext.NET the resources are loaded onto your browser, so you can just open the .css files. If they are minified/hard to read, you can enable resource manager's SourceFormatting="True" and ScriptMode="Debug" to get the formatted output version.

    You can look for the CSS resources with something like the figure below (using chrome's debugger in the example):
    Click image for larger version. 

Name:	61332-resources.png 
Views:	27 
Size:	10.3 KB 
ID:	24702

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 2
    Last Post: Apr 17, 2015, 1:17 PM
  2. Replies: 5
    Last Post: Jan 05, 2015, 1:58 PM
  3. Replies: 5
    Last Post: Nov 03, 2011, 2:39 AM
  4. Replies: 2
    Last Post: Feb 16, 2011, 9:10 AM
  5. Replies: 0
    Last Post: Jan 05, 2011, 6:48 AM

Posting Permissions