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

EnableEmbeddedSkins = false not working and running latest version.

1 Answer 92 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Paul Clark
Top achievements
Rank 2
Paul Clark asked on 18 Nov 2009, 12:13 PM
Hello!

I am using the Editor with some a custom image manager dialog, I copied the EditorDialogs folder a while a go from a your AJAX Controls, so it would have probably been Q1 or Q2 and edited the image manager as I needed only 1 image selector. (this is in a previous support ticket).

I now want to override all embedded skins for my entire website so I can style everything my own way. I copied the skin files into my theme and edited them as I needed and every control was looking fine except for the image manager on the editor.

I found an existing thread in this forum saying that enableembeddedskins=false was not working properly in a previous version for the image manager but was fixed in the latest, so this morning I downloaded the latest version, but it is still not working.

To test what was happening I set my skin to BLACK in my webconfig and enable embeddedskins to true

 <add key="Telerik.EnableEmbeddedSkins" value="true"/>
 <add key="Telerik.Skin" value="Black" />

so that everything should be using the black skin. This worked well.

I then copied the entire skins directory from your installation into my current theme folder and set EnableEmbeddedSkins=false, everything still was using the black skin correctly except the image manager.

Is there still a bug? or is the fact I am using custom dialogs causing the problem (I am hoping not as I dont want to recreate my custom dialog)?
I can sent you some of my project if you need to look at it but I am not sure what parts you'd need to see?
This is a big show stopper on my project at the moment so I really need to sort this out.

Thanks



1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Nov 2009, 09:37 AM
Hi Paul,

I have two suggestions to solve the problem:
1) You can experience this problem if RadEditor use an external skin and the DialogsCssFile property is not set. You can find more information about setting the DialogsCssFile property in this article:
Registering an external skin of RadEditor.

2) If you still experience the problem after setting the DialogsCssFile property then copy the ImageManager.ascx file from the Q2 2009 installation and replace the old version with the new file. Apply your changes once again and test the image manager.

If you are unable to solve the issue, open a support ticket and send a sample fully working project that demonstrates the problem. I will examine it and provide a solution after reproducing the problem.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Paul Clark
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or