I don't know if I'm missing something but the tools bold, italic, Ordered, unorderedlist, indent, outdent don't work. Can someone please help?
| <telerik:RadEditor ID="htmlEditor" runat="server" OnClientLoad = "OnClientLoad" |
| AllowScripts="True" Width="100%" Height="500" Skin="Vista" EditModes="Design,Html" > |
| <Tools> |
| <telerik:EditorToolGroup> |
| <telerik:EditorTool Name="btnSave" Text="Save" ShowIcon="false" ShowText="true" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="Cut" /> |
| <telerik:EditorTool Name="Copy" /> |
| <telerik:EditorTool Name="Paste" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="Undo" /> |
| <telerik:EditorTool Name="Redo" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <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:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="TemplateManager" /> |
| <telerik:EditorSeparator Visible="true" /> |
| <telerik:EditorTool Name="btnPreviewIE" Text="Preview IE" ShowIcon="false" ShowText="true" /> |
| <telerik:EditorTool Name="btnPreviewFF" Text="Preview Firefox" ShowIcon="false" ShowText="true" /> |
| <telerik:EditorTool Name="btnPreviewSafari" Text="Preview Safari" ShowIcon="false" ShowText="true" /> |
| </telerik:EditorToolGroup> |
| </Tools> |
| <Snippets> |
| <telerik:EditorSnippet Name="First Name"> |
| <h1>%%FirstName%%</h1> |
| </telerik:EditorSnippet> |
| <telerik:EditorSnippet Name="Last Name"> |
| <h1>%%LastName%%</h1> |
| </telerik:EditorSnippet> |
| </Snippets> |
| <MediaManager DeletePaths="~/WebApp" UploadPaths="~/WebApp" |
| ViewPaths="~/WebApp" /> |
| <DocumentManager SearchPatterns="*.*" DeletePaths="~/Common" UploadPaths="~/Common" |
| ViewPaths="~/Common" /> |
| <TemplateManager DeletePaths="~/Templates" UploadPaths="~/templates" ViewPaths="~/Templates" /> |
| <Content> |
| </Content> |
| <ImageManager DeletePaths="~/resources/crm/images" SearchPatterns="*.png,*.gif" |
| UploadPaths="~/resources/crm/images" ViewPaths="~/resources/crm/images" /> |
| </telerik:RadEditor> |
