The code for Radeditor is:
<telerik:RadEditor runat="server" ID="NotesRadEditorNew" EditModes="Design" BackColor="white" Height="100" Width="349" ContentFilters="RemoveScripts"
BorderColor="#D0D0D0" BorderStyle="Solid" BorderWidth="1">
<CssFiles>
<telerik:EditorCssFile Value="~/Skins/Custom/Editor.Custom.css" />
</CssFiles>
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="Italic" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="FontSize" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="BackColor" />
<telerik:EditorTool Name="InsertUnorderedList" />
</telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
