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

[Solved] RasEditor with spellchecker

2 Answers 110 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Johan
Top achievements
Rank 1
Johan asked on 19 Apr 2009, 04:39 PM
Hi

I have implemented the RadEditor with the spellchecker successfully into my webpage as described in the help … all works ok.

The problem is I don’t want all the buttons in the toolbar so I add a tools section (see below).

<Tools>
   <telerik:EditorToolGroup>
      <telerik:EditorTool Name="FontName" />
      <telerik:EditorTool Name="FontSize" />
      <telerik:EditorTool Name="ForeColor" />
      <telerik:EditorTool Name="Bold" />                
      <telerik:EditorTool Name="SpellCheck" />
   </telerik:EditorToolGroup>
</Tools>

When I do that I only get the buttons I want but the SpellCheck no longer works. I get a ‘The command SpellCheck is not implemented yet’ error. The icon is also missing for the spell check button.

What else do I need to do to get the spell check to work again?

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Apr 2009, 02:23 PM
Hi Johan,

Please, replace the

    <telerik:EditorTool Name="SpellCheck" />

inner-tag with this one:

    <telerik:EditorTool Name="AjaxSpellCheck" />

This will enable the integrated inline ajax spellchecker of RadEditor.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Johan
Top achievements
Rank 1
answered on 21 Apr 2009, 04:37 AM
Thanks! That was easy.
Tags
Editor
Asked by
Johan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Johan
Top achievements
Rank 1
Share this question
or