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

Splitter missing in Skin Clear

9 Answers 145 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Mattias Moberg
Top achievements
Rank 1
Mattias Moberg asked on 25 Sep 2011, 04:46 PM
Hi.
I´ve downloaded the Clear skin. But I did notice that Splitter was missing. (css file and img files)
http://www.telerik.com/support/skins/details/clear-skin-for-asp-net-ajax.aspx

9 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 26 Sep 2011, 09:17 AM
Hi Mattias,

Accept our apologies for the inconvenience. Attached is Splitter_Clear.zip containing the missing files. The zip file and download link will be also fixed and the RadSplitter will be included into the package.

All the best,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Mattias Moberg
Top achievements
Rank 1
answered on 26 Sep 2011, 07:52 PM
Thanks for the attached Splitter_Clear.zip.
I also noticed that when setting Clear skin for Editor doesnt work.
Missing files there too.
0
Bozhidar
Telerik team
answered on 27 Sep 2011, 07:31 AM
Hi Mattias,

I have checked the Editor Clear skin and it seems each necessary file are in the skin folder. Could specify what exactly does not work, a small sample project and / or screenshot would be helpful also.

Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Mattias Moberg
Top achievements
Rank 1
answered on 27 Sep 2011, 12:08 PM
Hi.
What I can see in Editor.Clear.css - Background url is set with <%=WebResource.
If that got anything to do with it.
0
Bozhidar
Telerik team
answered on 27 Sep 2011, 02:18 PM
Hello Mattias,

For some reason when all resources were gathered in one place some of the relative background image url were converted into server urls.

The fixed CSS file will be available in shortly.

Thank you once again for the bug reports. Your Telerik points are updated.

Regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Mattias Moberg
Top achievements
Rank 1
answered on 27 Sep 2011, 06:42 PM
Hi.
I´ve tryied the updated package. But still same issue.
Check my printscreen, also added your Preview image that is included in the Preview folder within the Clear Skin Package into my project screenshot.

Markup
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
    <link href="Editor.Clear.css" rel="stylesheet" type="text/css" />
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <%--Needed for JavaScript IntelliSense in VS2010--%>
            <%--For VS2008 replace RadScriptManager with ScriptManager--%>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
        //Put your JavaScript code here.
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <div style="width:1100px; margin:0 auto; padding:0;">
        <h2 style="margin:10px 0; padding:0;">RadEditor with Clear Skin</h2>
        <telerik:RadEditor runat="server" ID="RadEditor1" EnableEmbeddedSkins="false" Skin="Clear" Width="100%" Height="400px">   
        <Content>
            <br /><p style="margin:20px;"> <b>This is with Clear Skin - Missing Tools, not same background used.</b></p>
        </Content>
        </telerik:RadEditor>
 
        <h2 style="margin:10px 0; padding:0;">Preview Editor.Clear.jpg from Clear Skin package</h2>
        <img src="Editor.Clear.jpg" alt="Editor Clear Skin" />
    </div>
    </form>
</body>
</html>

0
Bozhidar
Telerik team
answered on 28 Sep 2011, 08:01 AM
Hi Mattias,

Attached is a sample project ClearSkinTest.zip containing all Clear skin resources and your sample page. It should work properly now.

Kind regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Mattias Moberg
Top achievements
Rank 1
answered on 04 Oct 2011, 09:51 PM
Hi again.
I´m sorry. But the resources for Editor is not correct ones that are included in the Clear Skin package.
Images that is.

Also noticed that FileExplorer is missing.

/Mattias
0
Accepted
Bozhidar
Telerik team
answered on 05 Oct 2011, 07:42 AM
Hello Mattias,

Attached is a folder containing all clear skins and a few aspx pages containing editor and fileexplorer, showing the correct Clear skin.

All the best,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Splitter
Asked by
Mattias Moberg
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Mattias Moberg
Top achievements
Rank 1
Share this question
or