Configuring - Registration Tab - Themes
Categories: Themes & Skins
|
Tags: Architects, Developers, Theme, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
Revision:
1
Posted:
05/Oct/2009
Updated:
24/May/2010
Status:
Publish
Types: Reference
|
OverviewThis article is a part of articles on Configuring Visual WebGui application, Registration tab.
In the Registration tab is where you declare your Forms, Controls and Themes that will be used within your application.
Settings| Themes | web.config |
|---|
| <WebGui>
<Themes Selected="Default">
<Theme Name="Default"
Type="Gizmox.WebGui.Forms.Themes.Default,
Gizmox.WebGui.Forms,
Version=3.0.5701.0,
Culture=neutral,
PublicKeyToken=c508b41386c60f1d" />
</Themes>
</WebGui>
|
GeneralEvery theme used in your project must be registered here, as well as specifying what theme is the default theme and will be loaded at startup.
About the author