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

Event Logg & Missing Toolbar Items

4 Answers 99 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Ben Norton
Top achievements
Rank 1
Ben Norton asked on 12 Aug 2008, 12:19 PM
Hi,

I've recently installed the RadEditorMoss v5.2 on our WSS 3.0 SP1 environment following the instructions provided here:

http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html

However, several icons, in particular spell check seem to be missing.  We have the following error being displayed in the application event log:

Load control template file /_controltemplates/TelerikRadEditorHtml.ascx failed: Could not load file or assembly 'Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Thanks,

Ben

4 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 13 Aug 2008, 08:31 AM
Hi Ben,

Could you please delete the TelerikRadEditorHtml.ascx file and test the behavior? In addition, please make sure that the editors' HTML fields feature is not activated. If you activate it the TelerikRadEditorHtml.ascx will be automatically generated. Once, the TelerikRadEditorHtml.ascx file is deleted the problem should be resolved.

I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ben Norton
Top achievements
Rank 1
answered on 13 Aug 2008, 01:44 PM
Hi,

Thanks for the response.  This stopped the errors in the event log, however, there still seems to be elements missing from the toolbars.  In particular the spell check button.  Below is an extract from the xml file in use:

<root> 
  <modules> 
    <module name="RadEditorDomInspector" /> 
  </modules> 
  <tools name="MossTools1">  
    <tool name="FindAndReplace" /> 
    <tool separator="true" /> 
    <tool name="AjaxSpellCheck" /> 
    <tool name="Cut" shortcut="CTRL+X" /> 
    <tool name="Copy" shortcut="CTRL+C" /> 
    <tool name="Paste" shortcut="CTRL+V" /> 
    <tool separator="true" /> 
    <tool name="Undo" shortcut="CTRL+Z" /> 
    <tool name="Redo" shortcut="CTRL+Y" /> 
    <tool separator="true" /> 
    <tool name="MOSSLinkManager" shortcut="CTRL+K" /> 
    <tool name="Unlink" shortcut="CTRL+SHIFT+K" /> 
    <tool name="ImageManager" shortcut="CTRL+G" /> 
    <tool name="MOSSTemplateManager" /> 
    <tool separator="true" /> 
    <tool name="MOSSInsertTable" /> 
    <tool name="SetTableProperties" /> 
    <tool name="ToggleTableBorder" /> 
    <tool separator="true" /> 
    <tool name="MOSSInsertTableElement">  
      <tool name="InsertRowAbove" /> 
      <tool name="InsertRowBelow" /> 
      <tool name="InsertColumnLeft" /> 
      <tool name="InsertColumnRight" /> 
      <tool name="DeleteRow" /> 
      <tool name="DeleteColumn" /> 
      <tool name="SplitCell" /> 
    </tool> 

What we see is when the toolbar is displayed is:

<a href="http://imageshack.us"><img src="http://img205.imageshack.us/img205/882/toolbartd4.jpg" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href=" src="http://img205.imageshack.us/img205/882/toolbartd4.6c58ab6d61.jpg" border="0"></a>

Regards,

Ben
0
George
Telerik team
answered on 14 Aug 2008, 10:20 AM
Hi Ben,

I am not sure what the reason for the observed behavior might be - I tested the scenario using your ToolsFile configuration and everything worked fine on my side. Could you please send me more details about your current scenario?

In addition, please check the respective ConfigFile.xml and make sure that the editor's ToolsWidth property's value is set appropriate. This problem can also be caused and by some global styles applied to the editors' Toolbar - you may check this using Firebug. If there are global styles applied to the Toolbar, please review the following KB article: 
http://www.telerik.com/support/kb/article/b454K-bagh-b454T-a-b454c-a.aspx

I hope this helps.

Kind regards,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rasmus Lindgren
Top achievements
Rank 1
answered on 21 Aug 2008, 02:22 PM
In order to show all the icons for all tools that start with "MOSS". eg. "MOSSInsertTable", "MOSSLinkManager" etc.

Ensure that you have the stylesheet included:
/_wpresources/RadEditorSharePoint/5.2.0.0__1f131a624888eeed/Resources/ToolImages/RadEditorStyles_[SKIN].css

E.g.
<link rel="stylesheet" type="text/css" href="/_wpresources/RadEditorSharePoint/5.2.0.0__1f131a624888eeed/Resources/ToolImages/RadEditorStyles_Default.css"/>

Cheers
Rasmus
Tags
WebParts for SharePoint
Asked by
Ben Norton
Top achievements
Rank 1
Answers by
George
Telerik team
Ben Norton
Top achievements
Rank 1
Rasmus Lindgren
Top achievements
Rank 1
Share this question
or