This is a migrated thread and some comments may be shown as answers.

RadWindow Q3 2008 Skins Available for Download

3 Answers 239 Views
Window
This is a migrated thread and some comments may be shown as answers.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 24 Mar 2009, 04:41 PM
Please find attached all RadWindow's skins that were embedded in the Q3 2008 RadControls version. They have been adapted to be fully compatible with the Q1 2009 release. The archive also contains all other RadControls skins that were adapted for Q1

In order to use them as external skins for RadWindow, you should do the following:

Direct skin registration:
  1. Add the base and skin's specific CSS files for the RadWindow control to the head section of your page.
  2. Disable the embedded skins for the RadWindow control and the embedded base stylesheet.
  3. Set the Skin property to the name of the skin that you want to use.
    e.g.:
    <head runat="server"
        <title>RadWindow 2008.Q3 skins: Direct skin registration</title> 
        <!-- This example shows registration of the Default skin --> 
        <link href="Skins/Default/Window.Default.css" rel="stylesheet" type="text/css" /> 
        <link href="Skins/Window.css" rel="stylesheet" type="text/css" /> 
    </head> 
    <body> 
        <form id="form1" runat="server"
            <telerik:RadScriptManager ID="ScriptManager1" runat="server" /> 
            <telerik:RadWindow  
                ID="RadWindow1"  
                runat="server"  
                NavigateUrl="http://www.google.com" 
                Width="400px"  
                Height="400px"  
                VisibleOnPageLoad="true" 
                 
                EnableEmbeddedBaseStylesheet="false" 
                EnableEmbeddedSkins="false" 
                Skin="Default" 
                 
                 
                > 
            </telerik:RadWindow> 
        </form> 
    </body> 



ASP.NET Themes:

  1. change the <pages> declaration in your web.config to <pages theme="SkinName"> e.g.
    <pages theme="Gray">
  2. add the following lines to the <appSettings> section of your web.config:
    <add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />
    <add key="Telerik.EnableEmbeddedSkins" value="false" />
    <add key="Telerik.Skin" value="SkinName"/>
    e.g.
    <add key="Telerik.Skin" value="Default"/>
  3. create an ASP.NET Theme, named SkinName and add the following all files and folders from the Q3-ported-skins archive:
    Skins/ Window.css
    Skins/SkinName/*
    e.g.
    Skins/Window.css
    Skins/Default/Window.Gray.css
    Skins/Default/Window/*.*


Best Regards,
Telerik team

3 Answers, 1 is accepted

Sort by
0
German
Top achievements
Rank 1
answered on 30 Jul 2009, 02:54 PM
Can you please take a look at my blog titled: radconfirm() and radprompt() codebehind HELP.
Thank you I really appreciate it.
0
Fiko
Telerik team
answered on 03 Aug 2009, 02:07 PM
Hi German,

I have already answered your question in the forum thread.

All the best,
Fiko
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
German
Top achievements
Rank 1
answered on 04 Aug 2009, 01:57 PM
Could you please answer one last question in the previous forum. Thank you very much
Tags
Window
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Answers by
German
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or