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

[Solved] Tools not working

1 Answer 143 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fatima
Top achievements
Rank 1
Fatima asked on 16 Apr 2009, 02:54 PM
Hi There!

I am working with RadEditor which is having limited number of tools.
Along with some editor tools I am also using 
InsertUnorderedList, InsertOrderedList, Indent, Outdent and SpellCheck(i configured this from "getting started" section of documentation). And these tools are not working at all.
Also one thing i noticed that when i change the format the text alignment to center, right, justified then bullets and numbering starts working but when i align text back to left then again it stops working. whereas indentations not works at all.
Please tell me where I am missing the things.
Here is my mark up text for Rad editor

 

                       <telerik:RadEditor NewLineBr="False" ID="radEditText" runat="server" EnableEmbeddedSkins="False" Skin="Default" Height="307px" Width="794px" meta:resourcekey="radEditTextResource1" ToolProviderID="">  
                           <Tools > 
                               <telerik:EditorToolGroup> 
                                   <telerik:EditorTool Name="FontName"  /> 
                                   <telerik:EditorTool Name="RealFontSize" Text="Size"/>  
                                   <telerik:EditorTool Name="ForeColor" /> 
                                   <telerik:EditorTool Name="Bold" ShortCut="CTRL+B" /> 
                                   <telerik:EditorTool Name="Italic" ShortCut="Ctrl+I" /> 
                                   <telerik:EditorTool Name="Underline" ShortCut="Ctrl+U" /> 
                                   <telerik:EditorTool Name="JustifyLeft" /> 
                                   <telerik:EditorTool Name="JustifyCenter" /> 
                                   <telerik:EditorTool Name="JustifyRight" /> 
                                   <telerik:EditorTool Name="InsertUnorderedList" /> 
                                   <telerik:EditorTool Name="InsertOrderedList" /> 
                                   <telerik:EditorTool Name="Indent" /> 
                                   <telerik:EditorTool Name="Outdent" /> 
                                   <telerik:EditorTool Name="SpellCheck" /> 
                               </telerik:EditorToolGroup> 
                           </Tools>                             
                           <Content></Content>  
                       </telerik:RadEditor> 

 

 T

hanks!
With Regards,
Fatima Khan

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Apr 2009, 01:03 PM
Hello Fatima,

I tried to reproduce the reported problem with the latest Q1 SP2 2009 version but to no avail. For your convenience I have attached my test project and video demonstrating my test. Could you please tell me what I am missing? Does the editor in the project work as expected on your side?

As to the spellchecker please replace this inner tool tag <telerik:EditorTool Name="SpellCheck" />
with this one <telerik:EditorTool Name="AjaxSpellCheck" /> and you will be able to use the ajax based spellchecker in RadEditor.


Sincerely,
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.
Tags
Editor
Asked by
Fatima
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or