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

create custom skin for editor

3 Answers 79 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Georgi V
Top achievements
Rank 1
Georgi V asked on 13 Jul 2009, 03:12 PM
Hi,

I am trying to create a custom skin for the Editor. I follow the instructions in http://www.telerik.com/help/aspnet-ajax/createcustomskin.html and http://www.telerik.com/help/aspnet-ajax/createnewskin.html. I set the EnableEmbeddedSkins property to false. As far as i see i manage to create it. The problem is when i try to open a dialog for example Flash Manager, it show an error "unable to find embedded skin with name 'Default2009'".  How can i set EnableEmbeddedSkins to false for the controls inside the dialogs? I think they inherit the Skin from the Editro. So i copy also the controls that are used in the dialogs acording to this: http://www.telerik.com/community/forums/aspnet-ajax/editor/different-skin-for-file-managers-windows-etc.aspx and set the DialogsCssFile property. But, the error stay, no change.
Here is a simple code which i use:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 
 
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"
<head id="Head1" runat="server"
    <title>Untitled Page</title> 
    <link href="Skins/Default2009/Window.Default2009.css" rel="stylesheet" type="text/css" /> 
    <link href="Skins/Default2009/Editor.Default2009.css" rel="stylesheet" type="text/css" /> 
</head> 
<body> 
    <form id="form1" runat="server"
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"
        </telerik:RadScriptManager> 
        <telerik:RadEditor ID="RadEditor1"  
        EnableEmbeddedSkins="false" 
        DialogsCssFile="Skins/Default2009/Widgets.Default2009.css" 
        Skin="Default2009" runat="server"
            <MediaManager DeletePaths="~/" UploadPaths="~/" ViewPaths="~/"  /> 
            <TemplateManager DeletePaths="~/" UploadPaths="~/" ViewPaths="~/" /> 
            <DocumentManager DeletePaths="~/" UploadPaths="~/" ViewPaths="~/" /> 
            <FlashManager DeletePaths="~/" UploadPaths="~/" ViewPaths="~/" /> 
            <Content> 
            </Content> 
            <ImageManager DeletePaths="~/" UploadPaths="~/" ViewPaths="~/" /> 
        </telerik:RadEditor> 
    </form> 
</body> 
</html> 

Can you tell me what i am missing, is there a way to set EnableEmbeddedSkins to false for the controls inside the dialogs?

3 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 14 Jul 2009, 09:02 AM
Hello Georgi V,

The issue you have reported is already fixed, and what you have to do is to upgrade to the latest version of RadControls for ASP.NET AJAX from the internal builds.

All the best,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
DW Web Team Member
Top achievements
Rank 2
answered on 27 Jul 2009, 02:34 PM
Hi,

I have the same problem. I am using Q2 2009 version. I believe this is the latest one. Am I wrong? And what exactly do you mean by "upgrade to the latest version of RadControls for ASP.NET AJAX from the internal builds". How can I do that?

Thank you,
Tatiana
0
Svetlina Anati
Telerik team
answered on 27 Jul 2009, 02:40 PM
Hi DW Web Team Member,

We have recently introduced the internal builds system exactly for such cases and the dlls there do not include the new developement but they contain only bug fixes. You can find more information about them and also a url from where to dowm=nload themm below:

http://telerikwatch.com/2009/01/latest-internal-radcontrol-builds-now.html

I hope that the provided information is helpful, let us know if you need furtehr assistance or if you have additioanl questions.

Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Georgi V
Top achievements
Rank 1
Answers by
Martin
Telerik team
DW Web Team Member
Top achievements
Rank 2
Svetlina Anati
Telerik team
Share this question
or