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

Custom skin for rad editor not working properly

1 Answer 27 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sunil
Top achievements
Rank 1
Sunil asked on 29 Jan 2014, 12:12 PM
Hello Telerik team,
I have created custom skin for rad editor.I am using telerik version 2013.3.1114.40 .
Followed steps suggest by you as below.

css register
    <link id="Link3" runat="server" href="~/App_Themes/Skins/Editor.css" rel="stylesheet" type="text/css" />
    <link id="Link4" runat="server" href="~/App_Themes/Skins/Window.css" rel="stylesheet" type="text/css" />
    <link id="Link5" runat="server" href="~/App_Themes/Skins/gTest/Editor.gTest.css" rel="stylesheet" type="text/css" />
    <link id="Link6" runat="server" href="~/App_Themes/Skins/gTest/Window.gTest.css" rel="stylesheet" type="text/css" />


Added in raadeditor

DialogsCssFile="~/App_Themes/Skins/gTest/Widgets.gTest.css" Skin="gTest" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false" 


my Widgets.gTest.css is



@import url('../ToolBar.css');
@import url('../FormDecorator.css');
@import url('../TabStrip.css');
@import url('../Editor.css');
@import url('../TreeView.css');
@import url('../Splitter.css');
@import url('../Slider.css');
@import url('../Upload.css');
@import url('../Window.css');
@import url('../Grid.css');
@import url('../Widgets.css');/*This should have been imported automatically!*/
@import url('../FileExplorer.css');
@import url('../Menu.css');

@import url('ToolBar.gTest.css');
@import url('FormDecorator.gTest.css');
@import url('TabStrip.gTest.css');
@import url('Editor.gTest.css');
@import url('TreeView.gTest.css');
@import url('Splitter.gTest.css');
@import url('Slider.gTest.css');
@import url('Upload.gTest.css');
@import url('Window.gTest.css');
@import url('Grid.gTest.css');
@import url('Menu.gTest.css');   

But still facing issue when open Image Manager.
Some css is not applied properly.


Pelase suggest me what can I do next to solve this issue.

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 30 Jan 2014, 06:32 AM
Hello Sunil,

Try enabling the EnableEmbeddedBaseStylesheet property or just remove it from the setup. This will let you use the base stylesheets of the main skin.

If this does not help, please provide a simple project with the skin, so that I could investigate it on my end.

Regards,
Ianko
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Sunil
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or