Telerik
Skip Navigation LinksHome / Community / Forums / ASP.NET AJAX > Upload > RadUpload Q3 2008 Skins Available for Download

Answered RadUpload Q3 2008 Skins Available for Download

Feed from this thread
  • Answer Telerik Admin MVP avatar

    Posted on Mar 17, 2009 (permalink)

    Using 2008.Q3 skins with 2009.Q1 Release : RadUpload

     

    The official Q3 skins for RadUpload are attached to this post (Q3-Skins-RadUpload.zip).

    The same instructions can also be applied for custom skins (since the RadUpload did not change its CSS class names).

     

    There are two ways of using the attached skins (SkinName is the skin that you want to use):

     

    ASP.NET Themes

     

    This method is useful if you need to use the skin for all controls of a specific type in the whole web application.

     

    You need to:

                    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="Gray"/>

                    3. create an ASP.NET Theme, named SkinName and add the following all files and folders from the Q3-Skins-RadUpload archive:

                                   Skins/ Upload.css

    Skins/SkinName/*
    e.g.

    Skins/Upload.css
    Skins/Gray/Upload.Gray.css
    Skins/Gray/Upload/*.*

                                  

    A sample project, demonstrating this method, is attached to this post (Q3-Skins-ASPNETThemes-RadUpload.zip).

     

    Direct skin registration

     

    This method is useful if you have fewer instances of RadUpload.

     

    You need to:

                    1. set the Skin property accordingly

                    2. set the EnableEmbeddedSkins and the EnableEmbeddedBaseStylesheet properties to false

                    3. register the skin file using the following CSS:

        <link rel="stylesheet" type="text/css" href="~/Skins/ Upload.css" runat="server " />

    <link rel="stylesheet" type="text/css" href="~/Skins/SkinName/Upload.SkinName.css" runat="server" />
    e.g.

        <link rel="stylesheet" type="text/css" href="~/Skins/ Upload.css" runat="server" />

                        <link rel="stylesheet" type="text/css" href="~/Skins/Gray/Upload. Gray.css" runat="server"/>

    A sample project, demonstrating this method, is attached to this post (Q3-Skins-DirectSkinRegistration-RadUpload.zip).

    Reply

Back to Top

Skip Navigation LinksHome / Community / Forums / ASP.NET AJAX > Upload > RadUpload Q3 2008 Skins Available for Download
Related resourses for "RadUpload Q3 2008 Skins Available for Download"

ASP.NET Upload Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]

Powered by Sitefinity ASP.NET CMS

Contact Us | Site Feedback | Terms of Use | Privacy Policy
Copyright © 2002-2010 Telerik. All rights reserved.