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

Editor skin problem

3 Answers 109 Views
Editor
This is a migrated thread and some comments may be shown as answers.
HSLaw
Top achievements
Rank 1
HSLaw asked on 29 Jul 2009, 09:42 AM
Hi,
I set my editor to a custom skin (copied from sunset skin).
URL: http://www.ximnet.com.my/aspnet35/admin/testeditorskin.aspx

However,
- I cannot see the image in the toolbar
- When I click Image Manager, there is a skin error related to "tree" in the popup.

How can I solve this? Thanks.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="testEditorSkin.aspx.vb" Inherits="admin_testEditorSkin" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<!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 runat="server"
    <title></title
     
</head> 
<body> 
    <form id="form1" runat="server"
    <telerik:radscriptmanager id="RSM" runat="server" /> 
    <link href="../Skins/abm/Editor.abm.css" rel="stylesheet" type="text/css" /> 
    <div> 
<telerik:radeditor EnableEmbeddedSkins="false" skin="abm"  runat="server" ID="tContent" AllowScripts="True" ContentFilters="None"></telerik:radeditor> 
    </div> 
    </form> 
</body> 
</html> 

3 Answers, 1 is accepted

Sort by
0
HSLaw
Top achievements
Rank 1
answered on 30 Jul 2009, 02:16 AM
I updated with latest internal build.
The Image Manager can load. But the images in the image manager do not load.

I got something like the screen cap: http://www.ximnet.com.my/aspnet35/images/grid_skin.png
0
Accepted
Martin
Telerik team
answered on 31 Jul 2009, 06:14 AM
Hi Paladin,

Are you using a custom skin for RadEditor? From the screenshot you have provided, the dialogs of RadEditor look like no CSS has been loaded at all, not only the images. This happens if RadEditor has a custom external skin, but you have forgotten to set the necessary skins for the controls that we use for the dialogs (i.e. the DialogsCssFile property). You may take a look at the following KB article that explaing how to use RadEditor with custom skins:

http://www.telerik.com/community/forums/aspnet-ajax/editor/radeditor-q3-2008-skins-available-for-download.aspx

Best wishes,
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
HSLaw
Top achievements
Rank 1
answered on 03 Aug 2009, 07:14 AM
Thanks.
Tags
Editor
Asked by
HSLaw
Top achievements
Rank 1
Answers by
HSLaw
Top achievements
Rank 1
Martin
Telerik team
Share this question
or