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

Css/Skin not setting for RadEditor Dialogs

1 Answer 138 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sups
Top achievements
Rank 1
Sups asked on 21 Jan 2011, 11:17 PM
Hello,

I have upgraded my application to latest telerik dll for Asp.net ajax (Q3 2010).
Since then there are issue in RadEditors Dialogs.
Css/Skin is not setting for the dialogs. It just sets to RadEditor.
I have copied new skins and images related to radeditor in my application.

Please help me if I am missing anything.

I am attaching few screenshots of the dialogs.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 24 Jan 2011, 05:31 PM
Hi Sups,

The RadEditor's dialogs are based on RadWindow which loads its contents inside an IFRAME. This is another document which does not inherit the css stylesheet of the parent page where the editor resides. To load the needed css classes in the dialogs you should set the DialogsCssFile to point to external css file which contains the stylesheet of the controls contained in the dialogs.

You can find information about setting the DialogsCssFile property and the needed classes that you should load in the following article: Registering an external skin of RadEditor.


All the best,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Sups
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or