Hi,
Some of the tools on the RadEditor that I have added does not work. For example, the bold doesn't bold and the indent doesn't indent nor does the outdent.
Here's my code:
<telerik:radeditor runat="server" ContentFilters="RemoveScripts" ID="RadEditor1" EditModes="Design"
OnClientLoad="OnClientLoad" Width="800px" Height="200px">
<Tools>
<telerik:EditorToolGroup Tag="Top">
<telerik:EditorTool Name="AjaxSpellCheck" Enabled="true" />
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="Undo" />
<telerik:EditorTool Name="Redo" />
<telerik:EditorTool Name="FontName" popupwidth="150px" popupheight="150px" width="150px" />
<telerik:EditorTool Name="FontSize" popupwidth="35px" popupheight="35px" width="35px" />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="InsertUnorderedList" />
<telerik:EditorTool Name="InsertOrderedList" />
<telerik:EditorTool Name="Indent" />
<telerik:EditorTool Name="Outdent" />
<telerik:EditorTool Name="JustifyLeft" />
<telerik:EditorTool Name="JustifyCenter" />
<telerik:EditorTool Name="JustifyRight" />
<telerik:EditorTool Name="JustifyFull" />
</telerik:EditorToolGroup>
</Tools>
<Content></Content>
</telerik:radeditor>
Some of the tools on the RadEditor that I have added does not work. For example, the bold doesn't bold and the indent doesn't indent nor does the outdent.
Here's my code:
<telerik:radeditor runat="server" ContentFilters="RemoveScripts" ID="RadEditor1" EditModes="Design"
OnClientLoad="OnClientLoad" Width="800px" Height="200px">
<Tools>
<telerik:EditorToolGroup Tag="Top">
<telerik:EditorTool Name="AjaxSpellCheck" Enabled="true" />
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="Undo" />
<telerik:EditorTool Name="Redo" />
<telerik:EditorTool Name="FontName" popupwidth="150px" popupheight="150px" width="150px" />
<telerik:EditorTool Name="FontSize" popupwidth="35px" popupheight="35px" width="35px" />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="InsertUnorderedList" />
<telerik:EditorTool Name="InsertOrderedList" />
<telerik:EditorTool Name="Indent" />
<telerik:EditorTool Name="Outdent" />
<telerik:EditorTool Name="JustifyLeft" />
<telerik:EditorTool Name="JustifyCenter" />
<telerik:EditorTool Name="JustifyRight" />
<telerik:EditorTool Name="JustifyFull" />
</telerik:EditorToolGroup>
</Tools>
<Content></Content>
</telerik:radeditor>
Also the Font tool would add an extra empty tool row in IE, but does not in Firefox or Chrome.