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

RadEditor skin not showing?

2 Answers 182 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Len
Top achievements
Rank 1
Len asked on 26 Jan 2009, 07:29 AM
I have been working on my first module for Sitefinity.  I have it close to functional but when I create or edit content the editor's frame is not visible and I can see no buttons.  I have had to move the code from a Sitefinity 3.2 install to 3.5.  That may be the source of my problem.  Below is an example of my markup for the editor.  Perhaps I am missing an attribute or have an improper value?  Where is the WebBlue skin within the folder structure?  I changed the WebBlue value from 'Sitefinity' after an error message reported that the Sitefinity skin could not be found.

Thanks for any help.

Len

<telerik:radeditor runat="server" id="contentEditor"
  contentareacssfile="~/Sitefinity/Admin/Themes/Default/AjaxControlsSkins/Sitefinity/EditorContentArea.css"
  toolsfile="~/Sitefinity/Admin/ControlTemplates/EditorToolsFile.xml"
  skin="WebBlue" newlinebr="False" width="95%">
  <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" DeletePaths="~/Images" />
  <MediaManager ViewPaths="~/Files" UploadPaths="~/Files" DeletePaths="~/Files" />
  <FlashManager ViewPaths="~/Files" UploadPaths="~/Files" DeletePaths="~/Files" />
  <DocumentManager ViewPaths="~/Files" UploadPaths="~/Files" DeletePaths="~/Files" />
  <CssFiles>
    <telerik:EditorCssFile Value="~/Sitefinity/Admin/Themes/Default/AjaxControlsSkins/Sitefinity/EditorCssFile.css" />
  </CssFiles>
</telerik:radeditor>

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Jan 2009, 08:18 AM
Hello Len,

By default RadEditor uses the external and non-embedded Sitefinity skin.

In order to use an embedded skin such as the WebBlue skin, you should set  EnableEmbeddedSkins="true" in the RadEditor's declaration.

All the best,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Len
Top achievements
Rank 1
answered on 28 Jan 2009, 05:17 AM
That worked.  Thank you very much.

Len

Tags
Editor
Asked by
Len
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Len
Top achievements
Rank 1
Share this question
or