Skinning
RadWindow's look and feel is fully
customizable, allowing for a blending with the design of the rest of the site -
thus increasing its usability and attractiveness.
A skin is set to the RadWindowManager object, using the Skin property.
The skins are located in the RadControls/Window/Skins folder.
Each skin consists of the following:
- Window.css file with the css classes of the skin.
- Modifiable CoreTemplates.xml file that holds the alert,
prompt, confirm, minimize, splash template for the skin.
- Img folder containing images used in the skin (such as for
the alert, minimize popups)
- CssImg folder containing images referenced in the css
classes (if any)
Note: There can be only 1 skin set per page. Mixing
skins is not recommended in this editor version.