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

[Solved] RadEditor custom skin not applied to windows

1 Answer 117 Views
Editor
This is a migrated thread and some comments may be shown as answers.
chirag
Top achievements
Rank 1
chirag asked on 23 Jun 2008, 06:20 PM
Hi,

I have implemented a custom skin to rad editor control on my page.

I have included editor.myskinname.css and windows.myskinname.css in the page through links tag.
I have assigned ContentArea css file through code where I created the control.
And I added editor.css file using RadEditor1.CssFiles.Add(.....editor.css);

I have ofcouse set EnableEmbeddedSkins = false;

But, the dialog windows are getting black buttons which are not according to my skin. I am using Default2006 skin's copy just to overcome few css problems and not changing it heavily. As I see in your demo page, the buttons should be white like that.

Thanks,
Chirag

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Jun 2008, 09:11 AM
Hi Chirag,

Could you please, open a support ticket and send us a sample running project along with your custom skin so that we can examine and see the problem on our side?

Please, also check whether you have set the editor's EnableEmbeddedBaseStylesheet property to false
as well as you have registered the
<link href="Skins/Window.css" rel="stylesheet" type="text/css" />
base css file common for all skins.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
chirag
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or