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

Some of the basic editor tools not working

3 Answers 152 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Nitin Katiyar
Top achievements
Rank 1
Nitin Katiyar asked on 20 Apr 2009, 05:57 AM
Hi,

I am using Rad Editor in my application wherein, I require only some basic set of tools out of which these are not working at all.
Bullets(InsertUnorderedList), Numbering(InsertOrderedList), Indent, Outdend and Spell Checker(I already configured this through the Getting started" section of radeditor from telerik document.).
   In case of spell check I get this error as an alert box message "SpellChecker is not yet implemented".
In case of bullets and numbering I observed an odd behavior that when I change the alignment through alignments tools like to center and right it works and when i change it back to left aligned it doesnt work.

Please suggest/explain me as to where am I going wrong ASAP.
Here is my marked 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> 


Thanks

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Apr 2009, 02:24 PM
Hello Nitin,

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 here and video demonstrating my test here. 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 yours,
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
Nitin Katiyar
Top achievements
Rank 1
answered on 22 Apr 2009, 02:44 PM
Hi Rumen!

Thanks a lot for your reply.
Well I have gone through your project attached and noticed that it is working same as I have mentioned in my first post which is not as expected(like my code) however the video which you have sent shows that it is working perfectly fine and as expected. 
Is it because Q1 SP2 2009 version ??? Or could you please help me out in this regard??

Thanks!

0
Rumen
Telerik team
answered on 27 Apr 2009, 01:10 PM
Hi Nitin,

Could you please specify the browser version where you experience this problem? Please, also open a support ticket and send a sample video (if possible) demonstrating the problems on your side. You can use SnagIt or Jing for example to capture the video.

Best regards,
Rumen
the Telerik team
Vote For Telerik Products
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
Nitin Katiyar
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Nitin Katiyar
Top achievements
Rank 1
Share this question
or