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>
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>