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

Spell Checker not working in sharepoint foundation using RadeditorMoss

5 Answers 102 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Navin
Top achievements
Rank 1
Navin asked on 23 Aug 2012, 07:00 PM
I have dev version of RadEditorMoss_5_8_10. I am trying to make SpellChecker Available in List items of Sharepoint Foundation 2010. I installed the webpart, everything else is available except SpellChecker in Sharepoint List. Here is my web.config entry for Telerik

<SafeControl Assembly="Telerik.Web.UI, Version=2011.2.712.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" SafeAgainstScript="False" />
      <SafeControl Assembly="Telerik.Web.UI, Version=2011.2.712.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Editor" TypeName="*" Safe="True" SafeAgainstScript="False" />
      <SafeControl Assembly="Telerik.Web.UI, Version=2011.2.712.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Widgets" TypeName="*" Safe="True" SafeAgainstScript="False" />
      <SafeControl Assembly="Telerik.Web.UI, Version=2011.2.712.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.Design" TypeName="*" Safe="True" SafeAgainstScript="False" />
      <SafeControl Assembly="RadEditor_CSDialog, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9c701da6b1b65de" Namespace="RadEditor_CSDialog" TypeName="*" Safe="True" SafeAgainstScript="False" />
      <SafeControl Assembly="RadEditorSharePoint, Version=5.8.10.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint" TypeName="*" Safe="True" SafeAgainstScript="False" />
      <SafeControl Assembly="RadEditorSharePoint, Version=5.8.10.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint.FieldEditor" TypeName="*" Safe="True" SafeAgainstScript="False" />
      <SafeControl Assembly="RadEditorSharePoint, Version=2011.2.712.20, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.SharePoint.ListFieldEditor" TypeName="*" Safe="True" SafeAgainstScript="False" />


I have activated

Use RadEditor to edit HTML fields

Use RadEditor to edit List Items            features

 

 

 I Can see Spell Checker when i add "

5 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Aug 2012, 11:51 AM
Hello,

RadEditorMoss_5_8_10 is designed to work only inside SharePoint 2007 (MOSS) and it does not support SharePoint 2010. You should use RadEditor for SharePoint 2010 in SharePoint 2010.

To enable the spellchecker, open the ListToolsFile.xml file and put the following tag in it:

<tool name="AjaxSpellCheck"/>

Greetings,
Rumen
the Telerik team
Learn how the Telerik controls can be integrated in SharePoint 2007/2010 from this resource. To watch them in action, explore our online SharePoint 2010 and SharePoint 2007 demo sites.
0
Navin
Top achievements
Rank 1
answered on 27 Aug 2012, 01:51 PM
Hello Rumen,
   Thank You for your reply. I will obviously look into getting new version. Also under which tag do we add the <tool name="AjaxSpellCheck"/>

There is <tools name="BasicToolbar"> and <tools name="EnhancedToolbar">.

One other question, where do i get a quote for new dev version of RadEditor for SharePoint 2010.

Thank You
0
Rumen
Telerik team
answered on 28 Aug 2012, 10:42 AM
Hi,

It depends on you to which tool tag you will add the spellchecker. The important thing is to put the <tool name="AjaxSpellCheck"/> tag in a <tools> tag.

As to the license question, I notified one of my colleagues from the sales team and he will contact you directly via e-mail.

Best regards,
Rumen
the Telerik team
Learn how the Telerik controls can be integrated in SharePoint 2007/2010 from this resource. To watch them in action, explore our online SharePoint 2010 and SharePoint 2007 demo sites.
0
Navin
Top achievements
Rank 1
answered on 28 Aug 2012, 04:05 PM
Thank You for your reply. I can finally see spell Checker displayed in editform of the list. It Works but now i cant save the changes. It gives me Javascript error" 

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; GTB7.4; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; .NET4.0E; MS-RTC EA 2)
Timestamp: Tue, 28 Aug 2012 16:03:19 UTC

Message: 'null' is null or not an object
Line: 1339
Char: 9
Code: 0
URI: .../Lists/Calls/EditForm.aspx?ID=3&Source=%2FLists%2FCalls 

When i retract it, problem is fixed. Any sugesstions on this issue?

Thank You

0
Rumen
Telerik team
answered on 30 Aug 2012, 03:27 PM
Hello,

Does this error happen only after spellchecking the content? Does the error happen if you remove the spellchecker from the page? Is it possible to provide a live URL or more detailed debug information about this error?


Greetings,
Rumen
the Telerik team
Learn how the Telerik controls can be integrated in SharePoint 2007/2010 from this resource. To watch them in action, explore our online SharePoint 2010 and SharePoint 2007 demo sites.
Tags
Sharepoint Integration
Asked by
Navin
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Navin
Top achievements
Rank 1
Share this question
or