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