PDA

View Full Version : Version 2 stylesheet



kagster
Mar 18, 2012, 2:37 AM
Hi All,

First time user of this great product so far. I just ran some examples for version 2 but i'm seeing the style of example 1, which is light-blue instead of the grey that i'm expecting. Can someone please either provide me the version 2 or point me in the right direction?

I apologize if this was asked before. I just haven't found the answer.

Thanks,
Kalvin

geoffrey.mcgill
Mar 18, 2012, 5:14 AM
Hi kagster,

Welcome to Ext.NET.

The default style is "blue", and you can change to "gray" by setting Theme="Gray" on the <ext:ResourceManager>

Example


<ext:ResourceManager runat="server" Theme="Gray" />

Hope this helps.

kagster
Mar 19, 2012, 1:13 AM
Thanks Geoffrey. Got it.

Kagster