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

Custom skin problem in Dialog

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ish
Top achievements
Rank 1
Ish asked on 22 Sep 2012, 10:53 AM
I have a custom skin created using the visual style builder. The skin is based on Sunset, and I made no changes to it. So essentially it should be identical except for the name difference.

I have the custom skin files registered using the following .css file and by using the DialogsCssFile property. But it seems like I am missing something or some reference as there are several problems with the dialogs. For example, when I open the Table property dialog it looks like the attached image (unusable).

Here are the contents of the dialog.css file used to reference custom skin files.

@import url("Ajax.MySkin.css");
@import url("ImageEditor.MySkin.css");
@import url("FileExplorer.MySkin.css");
@import url("ColorPicker.MySkin.css");
@import url("ComboBox.MySkin.css");
@import url("Dock.MySkin.css");
@import url("FormDecorator.MySkin.css");
@import url("Grid.MySkin.css");
@import url("Input.MySkin.css");
@import url("Menu.MySkin.css");
@import url("PanelBar.MySkin.css");
@import url("Rotator.MySkin.css");
@import url("Slider.MySkin.css");
@import url("Spell.MySkin.css");
@import url("Splitter.MySkin.css");
@import url("TabStrip.MySkin.css");
@import url("ToolBar.MySkin.css");
@import url("TreeView.MySkin.css");
@import url("Upload.MySkin.css");
@import url("Window.MySkin.css");

Anyone has any ideas what I might be missing?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 Sep 2012, 11:23 AM
Hello,

You have not imported all the skin CSS files used by the RadEditor dialogs. You can find the list in the following article: Registering an external skin of RadEditor.

If the problem still persists, isolate it in a simple working project and send it for examination.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Ish
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or