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.
Thanks
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